dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/engine cvmc_setup.c, 1.34, 1.35 ilrun.c,


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/engine cvmc_setup.c, 1.34, 1.35 ilrun.c, 1.37, 1.38
Date: Mon, 21 Jul 2003 03:31:58 -0400

Update of /cvsroot/dotgnu-pnet/pnet/engine
In directory subversions:/tmp/cvs-serv14653/engine

Modified Files:
        cvmc_setup.c ilrun.c 
Log Message:


Remove unnecessary TODO markers.


Index: cvmc_setup.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/cvmc_setup.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -r1.34 -r1.35
*** cvmc_setup.c        16 Jun 2003 00:05:15 -0000      1.34
--- cvmc_setup.c        21 Jul 2003 07:31:55 -0000      1.35
***************
*** 1348,1356 ****
  {
        ILCVMCoder *coder = (ILCVMCoder*)_coder;
!       /*TODO*/
!       /*Need a better of doing this using the bitwise operators.
!        * But for now the flags are just assigned
!        */
!         coder->flags = flags;
  }
  
--- 1348,1352 ----
  {
        ILCVMCoder *coder = (ILCVMCoder*)_coder;
!       coder->flags = flags;
  }
  

Index: ilrun.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/ilrun.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -r1.37 -r1.38
*** ilrun.c     15 Jul 2003 22:17:33 -0000      1.37
--- ilrun.c     21 Jul 2003 07:31:56 -0000      1.38
***************
*** 24,27 ****
--- 24,28 ----
  #include "il_utils.h"
  #include "il_thread.h"
+ #include "il_coder.h"
  #if defined(HAVE_UNISTD_H) && !defined(_MSC_VER)
  #include <unistd.h>
***************
*** 236,245 ****
                        case 'M':
                        {
!                               /*TODO*/
!                               /*flags |= IL_CODER_FLAG_METHOD_PROFILE;
!                                *Should have been something like the above
!                                *but for making it work temporarily, doing this
!                                **/
!                               flags |= 2;
                                dumpMethodProfile = 1;
                        }
--- 237,241 ----
                        case 'M':
                        {
!                               flags |= IL_CODER_FLAG_METHOD_PROFILE;
                                dumpMethodProfile = 1;
                        }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]