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 process.c,1.47,1.48


From: Thong Nguyen <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/engine process.c,1.47,1.48
Date: Wed, 02 Jul 2003 19:43:59 -0400

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

Modified Files:
        process.c 
Log Message:
Removed final collect and finalizer run.  Assume ILGCDeinit will do it instead.


Index: process.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/process.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -r1.47 -r1.48
*** process.c   26 Jun 2003 03:39:25 -0000      1.47
--- process.c   2 Jul 2003 23:43:57 -0000       1.48
***************
*** 163,169 ****
  void ILExecProcessDestroy(ILExecProcess *process)
  {
!       /* Run the garbage collector and a finalizer pass */
!       ILGCCollect();
!       ILGCInvokeFinalizers();
  
        /* Tell the GC we're history */
--- 163,168 ----
  void ILExecProcessDestroy(ILExecProcess *process)
  {
!       /* Deinit should run the last garbage collector
!               and a finalizer pass */
  
        /* Tell the GC we're history */





reply via email to

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