[Mono-bugs] [Bug 79000][Nor] Changed - [PATCH] Memleak & Performance issue with deserialization of mulit-dimensional arrays
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Aug 11 10:07:58 EDT 2006
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 joncham at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79000
--- shadow/79000 2006-08-11 10:07:08.000000000 -0400
+++ shadow/79000.tmp.2726 2006-08-11 10:07:58.000000000 -0400
@@ -10,13 +10,13 @@
Component: CORLIB
AssignedTo: mono-bugs at ximian.com
ReportedBy: e0027500 at student.tuwien.ac.at
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
-Summary: Memleak & Performance issue with deserialization of mulit-dimensional arrays
+Summary: [PATCH] Memleak & Performance issue with deserialization of mulit-dimensional arrays
Description of Problem:
Performance issue with deserialization of mulit-dimensional arrays. With
each subsequent call of a deserialization of an object with a
multidimensional array (int[size, size]) each deserialization gets slower
and slower.
@@ -110,6 +110,9 @@
guessing one of the ifs needs changed, but not sure which one.
------- Additional Comments From joncham at gmail.com 2006-08-11 10:07 -------
Created an attachment (id=17445)
Attempt at patch
+
+------- Additional Comments From joncham at gmail.com 2006-08-11 10:07 -------
+Patch that fixes issue at hand. Not sure if it's correct.
More information about the mono-bugs
mailing list