[Mono-bugs] [Bug 59678][Min] Changed - Large buffers impact GC negatively
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 11 Jul 2004 13:50:01 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=59678
--- shadow/59678 2004-06-23 08:21:59.000000000 -0400
+++ shadow/59678.tmp.13162 2004-07-11 13:50:01.000000000 -0400
@@ -62,6 +62,12 @@
for (i = 1; i < 50; ++i) {
allocate (i);
}
return 0;
}
+
+------- Additional Comments From lupus@ximian.com 2004-07-11 13:50 -------
+As predicted, the GC in HEAD works much better with the test since we
+removed the static roots from .bss/.data sections (still fails with
+increasing allocations up to more than 100 megabytes, so it's still a
+good idea to avoid huge repeated allocs).