cvsuser     05/01/13 14:18:42

  Modified:    imcc     imc.h
  Log:
   Add comment
  
  Revision  Changes    Path
  1.76      +6 -0      parrot/imcc/imc.h
  
  Index: imc.h
  ===================================================================
  RCS file: /cvs/public/parrot/imcc/imc.h,v
  retrieving revision 1.75
  retrieving revision 1.76
  diff -u -r1.75 -r1.76
  --- imc.h     2 Dec 2004 07:55:24 -0000       1.75
  +++ imc.h     13 Jan 2005 22:18:42 -0000      1.76
  @@ -152,6 +152,12 @@
        OPT_J =         0x200
   } enum_opt;
   
  +/*
  + * Optimization statistics -- we track the number of times each of these
  + * optimizations is performed.
  + *
  + * XXX: Should this be part of the imc_info struct?
  + */
   struct imcc_ostat {
        int deleted_labels;
        int if_branch;
  
  
  

Reply via email to