|
From: Martin R. <ru...@us...> - 2004-08-09 17:12:16
|
Update of /cvsroot/foo/fooelk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8928 Modified Files: configure.ac Log Message: changed default gc to stopncopy because of still present bug in generational gc Index: configure.ac =================================================================== RCS file: /cvsroot/foo/fooelk/configure.ac,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** configure.ac 7 Aug 2004 08:57:32 -0000 1.4 --- configure.ac 9 Aug 2004 17:12:07 -0000 1.5 *************** *** 484,489 **** # stop-and-copy garbage collector will be used. AC_ARG_WITH(gc-type, ! AC_HELP_STRING([--with-gc-type=TYPE], [use 'generational' or 'stopncopy' garbage collector (generational)]),, ! [with_gc_type=generational]) if test "x${with_gc_type}" = "xgenerational" ; then --- 484,489 ---- # stop-and-copy garbage collector will be used. AC_ARG_WITH(gc-type, ! AC_HELP_STRING([--with-gc-type=TYPE], [use 'generational' or 'stopncopy' garbage collector (stopncopy)]),, ! [with_gc_type=stopncpy]) if test "x${with_gc_type}" = "xgenerational" ; then |