From: Geoff Norton Date: Mon, 7 Feb 2005 17:00:32 +0000 (+0000) Subject: 2005-02-07 Geoff Norton X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7052f8d3a980f45809577f6905c3b4f6c1bb147b;p=gc 2005-02-07 Geoff Norton * include/private/gc_priv.h: Bump the max root sets to 1024 svn path=/trunk/mono/; revision=40249 --- diff --git a/ChangeLog b/ChangeLog index f0932977..89a05848 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2005-02-07 Geoff Norton + + * include/private/gc_priv.h: Bump the max root sets to 1024 Mon Jan 24 16:39:42 CET 2005 Paolo Molaro diff --git a/include/private/gc_priv.h b/include/private/gc_priv.h index b9576912..3d7b4843 100644 --- a/include/private/gc_priv.h +++ b/include/private/gc_priv.h @@ -764,7 +764,7 @@ struct hblk { /* Under NT, we add only written pages, which can result */ /* in many small root sets. */ # else -# define MAX_ROOT_SETS 256 +# define MAX_ROOT_SETS 1024 # endif # endif # endif