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

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

[Dotgnu-pnet-commits] CVS: pnet ChangeLog,1.2479,1.2480


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet ChangeLog,1.2479,1.2480
Date: Fri, 27 Jun 2003 20:45:51 -0400

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

Modified Files:
        ChangeLog 
Log Message:


Use "_ILEngineAllocAtomic" to allocate objects that don't have any
GC'able fields, to prevent the GC from scanning the large static
data areas in C applications, which rarely include managed types.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/ChangeLog,v
retrieving revision 1.2479
retrieving revision 1.2480
diff -C2 -r1.2479 -r1.2480
*** ChangeLog   27 Jun 2003 21:45:35 -0000      1.2479
--- ChangeLog   28 Jun 2003 00:45:49 -0000      1.2480
***************
*** 5,8 ****
--- 5,13 ----
        for Win32 threading support.
  
+       * engine/cvm_ptr.c, engine/engine.h, engine/heap.c, engine/layout.c:
+       use "_ILEngineAllocAtomic" to allocate objects that don't have any
+       GC'able fields, to prevent the GC from scanning the large static
+       data areas in C applications, which rarely include managed types.
+ 
  2003-06-27  Rhys Weatherley  <address@hidden>
  





reply via email to

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