[Mono-bugs] [Bug 59678][Blo] Changed - ASCIIEncoding chokes on large buffers
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 8 Jun 2004 11:30:33 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=59678
--- shadow/59678 2004-06-07 01:27:01.000000000 -0400
+++ shadow/59678.tmp.10295 2004-06-08 11:30:33.000000000 -0400
@@ -2,13 +2,13 @@
Product: Mono: Runtime
Version: unspecified
OS: SUSE 9.1
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Blocker
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: trow@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -22,6 +22,16 @@
I'll attach a test case.
------- Additional Comments From trow@ximian.com 2004-06-07 01:27 -------
Created an attachment (id=8024)
A test case
+
+------- Additional Comments From miguel@ximian.com 2004-06-08 11:30 -------
+The new GC is performing slightly worse when tracking these large
+allocations; The Beta1 is better, but not a lot better.
+
+If you remove the ASCIIEncoder you will notice the same effect, it just
+takes longer. With Beta1, we got to 86 megs while with Beta2 it got
+to 200 megs.
+
+The issue is related to the upgrade of the GC library.