[BACK]Return to gc-7.0-risa.diff CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000

Diff for /OpenXM_contrib2/asir2000/gc-7.0-risa.diff between version 1.9 and 1.10

version 1.9, 2013/06/13 08:10:10 version 1.10, 2013/08/28 06:14:44
Line 32  diff -urN gc-7.2alpha6.orig/alloc.c gc-7.2alpha6/alloc
Line 32  diff -urN gc-7.2alpha6.orig/alloc.c gc-7.2alpha6/alloc
 @@ -629,6 +631,7 @@  @@ -629,6 +631,7 @@
                GC_world_stopped = FALSE;                 GC_world_stopped = FALSE;
  #           endif   #           endif
                     START_WORLD();               START_WORLD();
 +                               GC_timerstop();  +            GC_timerstop();
                     return(FALSE);               return(FALSE);
             }             }
             if (GC_mark_some((ptr_t)(&dummy))) break;             if (GC_mark_some((ptr_t)(&dummy))) break;
 @@ -651,6 +654,7 @@  @@ -651,6 +654,7 @@
        GC_world_stopped = FALSE;         GC_world_stopped = FALSE;
  #   endif   #   endif

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>