Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/libgc
diff options
context:
space:
mode:
authorGeoff Norton <grompf@sublimeintervention.com>2005-02-07 20:00:32 +0300
committerGeoff Norton <grompf@sublimeintervention.com>2005-02-07 20:00:32 +0300
commit399f5d64caa567f600ca444f41c895ffb89ac5d2 (patch)
tree2bdedb9a938930e7599a5cbbd5e94f93942d3eec /libgc
parent3c78e87029d25ec2d4ebb36762313be9838217ce (diff)
2005-02-07 Geoff Norton <gnorton@customerdna.com>
* include/private/gc_priv.h: Bump the max root sets to 1024 svn path=/trunk/mono/; revision=40249
Diffstat (limited to 'libgc')
-rw-r--r--libgc/ChangeLog3
-rw-r--r--libgc/include/private/gc_priv.h2
2 files changed, 4 insertions, 1 deletions
diff --git a/libgc/ChangeLog b/libgc/ChangeLog
index df873088b3b..0e8f4af9583 100644
--- a/libgc/ChangeLog
+++ b/libgc/ChangeLog
@@ -1,3 +1,6 @@
+2005-02-07 Geoff Norton <gnorton@customerdna.com>
+
+ * include/private/gc_priv.h: Bump the max root sets to 1024
Mon Jan 24 16:39:42 CET 2005 Paolo Molaro <lupus@ximian.com>
diff --git a/libgc/include/private/gc_priv.h b/libgc/include/private/gc_priv.h
index d5a24b4ceb7..484a2b06357 100644
--- a/libgc/include/private/gc_priv.h
+++ b/libgc/include/private/gc_priv.h
@@ -765,7 +765,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