Author: paultcochrane
Date: Sun Apr  8 12:07:42 2007
New Revision: 18044

Modified:
   trunk/src/ops/pic.ops

Log:
[src] Converted TODO items into RT tickets


Modified: trunk/src/ops/pic.ops
==============================================================================
--- trunk/src/ops/pic.ops       (original)
+++ trunk/src/ops/pic.ops       Sun Apr  8 12:07:42 2007
@@ -66,7 +66,7 @@
             goto runit_v_pp;
         mic->pic->miss_count++;
         /*
-         * TODO if we got too often here just do a dynamic lookup
+         * RT#42353 if we got too often here just do a dynamic lookup
          */
     }
     parrot_pic_find_infix_v_pp(interp, left, right, mic, cur_opcode);
@@ -110,7 +110,7 @@
                 real_exception(interp, NULL, ERR_OVERFLOW,
                         "Integer overflow");
             }
-            /* TODO preserve type system */
+            /* #RT42354 preserve type system */
             VTABLE_morph(interp, left, enum_class_BigInt);
             VTABLE_set_integer_native(interp, left, a);
             mmd_dispatch_p_pip(interp, left, b, left, MMD_SUBTRACT);
@@ -246,7 +246,7 @@
 inline op pic_callr__(inconst PMC) :pic {
     Parrot_MIC *mic;
     Parrot_PIC_lru *lru;
-    void *args[6];      /* TODO ARG_MAX */
+    void *args[6];      /* RT#42355 ARG_MAX */
     parrot_context_t *ctx;
     opcode_t *pc;
     void **pred_pc;
@@ -295,7 +295,7 @@
     pc = CUR_OPCODE + 2 + n_args + 3 + 3 + 2;
     args[1 + n_args] = pc;
     lru = &mic->lru;
-    /* TODO verify $1 didn't change */
+    /* RT#42356 verify $1 didn't change */
     (void) ((interface_f)lru->f.real_function)(interp, sig_bits, args);
     goto ADDRESS(pc);
 }

Reply via email to