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

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

[Dotgnu-pnet-commits] CVS: pnet/include il_coder.h,1.43,1.44 il_engine.


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/include il_coder.h,1.43,1.44 il_engine.h,1.35,1.36
Date: Sun, 22 Jun 2003 13:16:46 -0400

Update of /cvsroot/dotgnu-pnet/pnet/include
In directory subversions:/tmp/cvs-serv26031/include

Modified Files:
        il_coder.h il_engine.h 
Log Message:
Patch #1643 fixing Bug #4041 from Yannis Bres


Index: il_coder.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_coder.h,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -r1.43 -r1.44
*** il_coder.h  19 Jun 2003 12:19:40 -0000      1.43
--- il_coder.h  22 Jun 2003 17:16:44 -0000      1.44
***************
*** 138,142 ****
         * Create a coder instance.  Returns NULL if not possible.
         */
!       ILCoder *(*create)(ILUInt32 size);
        
        /*
--- 138,142 ----
         * Create a coder instance.  Returns NULL if not possible.
         */
!       ILCoder *(*create)(ILUInt32 size,unsigned long cachePageSize);
        
        /*
***************
*** 721,726 ****
   * Helper macros for calling coder methods.
   */
! #define       ILCoderCreate(classInfo,size)   \
!                       ((*((classInfo)->create))((size)))
  #define       ILCoderEnableDebug(coder)       \
                        ((*((coder)->classInfo->enableDebug))((coder)))
--- 721,726 ----
   * Helper macros for calling coder methods.
   */
! #define       ILCoderCreate(classInfo,size,cachePageSize)     \
!                       ((*((classInfo)->create))((size),(cachePageSize)))
  #define       ILCoderEnableDebug(coder)       \
                        ((*((coder)->classInfo->enableDebug))((coder)))

Index: il_engine.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_engine.h,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -r1.35 -r1.36
*** il_engine.h 15 May 2003 05:06:34 -0000      1.35
--- il_engine.h 22 Jun 2003 17:16:44 -0000      1.36
***************
*** 180,184 ****
   * Create a new process, including the "main" thread.
   */
! ILExecProcess *ILExecProcessCreate(unsigned long frameStackSize);
  
  /*
--- 180,184 ----
   * Create a new process, including the "main" thread.
   */
! ILExecProcess *ILExecProcessCreate(unsigned long frameStackSize, unsigned 
long cachePageSize);
  
  /*





reply via email to

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