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

Diff for /OpenXM_contrib2/asir2000/Attic/gc6.5-risa.diff between version 1.1 and 1.2

version 1.1, 2005/07/12 01:23:20 version 1.2, 2007/05/22 11:17:56
Line 173  diff -u -r gc6.5/reclaim.c gc6.5-risa/reclaim.c
Line 173  diff -u -r gc6.5/reclaim.c gc6.5-risa/reclaim.c
  #   ifdef PRINTTIMES   #   ifdef PRINTTIMES
         GET_TIME(done_time);          GET_TIME(done_time);
         GC_printf1("Disposing of reclaim lists took %lu msecs\n",          GC_printf1("Disposing of reclaim lists took %lu msecs\n",
   diff -u -r gc6.5/include/private/gc_priv.h gc6.5-risa/include/private/gc_priv.h
   --- gc6.5/include/private/gc_priv.h     Sat Feb 11 04:38:40 2006
   +++ gc6.5-risa/include/private/gc_priv.h        Tue May 22 20:00:39 2007
   @@ -227,6 +227,10 @@
    # define EXTRA_BYTES 0
    #endif
   
   +/* Added by ohara */
   +# ifndef LARGE_CONFIG
   +#   define LARGE_CONFIG
   +# endif
   
    # ifndef LARGE_CONFIG
    #   define MINHINCR 16  /* Minimum heap increment, in blocks of HBLKSIZE  */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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