[svn:parrot] r41292 - branches/kill_pic/src

bacek at svn.parrot.org bacek at svn.parrot.org
Wed Sep 16 09:36:52 UTC 2009


Author: bacek
Date: Wed Sep 16 09:36:50 2009
New Revision: 41292
URL: https://trac.parrot.org/parrot/changeset/41292

Log:
"Fix" cpp comment in src/jit.c for simplify final testing before merge.

Modified:
   branches/kill_pic/src/jit.c

Modified: branches/kill_pic/src/jit.c
==============================================================================
--- branches/kill_pic/src/jit.c	Wed Sep 16 09:21:08 2009	(r41291)
+++ branches/kill_pic/src/jit.c	Wed Sep 16 09:36:50 2009	(r41292)
@@ -1628,7 +1628,9 @@
                 PARROT_ASSERT(*cur_op == PARROT_OP_get_results_pc);
 
                 /* now emit the call - use special op for this */
-//                (op_func[PARROT_OP_pic_callr___pc].fn)(jit_info, interp);
+                /* Don't want to fix it. JIT on chopping block.
+                 * (op_func[PARROT_OP_pic_callr___pc].fn)(jit_info, interp);
+                 */
 
                 /* and the get_results */
                 (op_func[*cur_op].fn)(jit_info, interp);


More information about the parrot-commits mailing list