[Mono-bugs] [Bug 77530][Nor] Changed - [PATCH] serialization of
integral enum value is not correct
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Feb 23 14:48:15 EST 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 gert.driesen at pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=77530
--- shadow/77530 2006-02-21 14:29:38.000000000 -0500
+++ shadow/77530.tmp.3519 2006-02-23 14:48:15.000000000 -0500
@@ -246,6 +246,11 @@
> judgement on this.
The additional memory usage is only for the array, since the strings
are shared. Creating the array over and over is far worse than
allocating the same array only once for ever. Not only for performance
but also to avoid memory fragmentation.
+
+------- Additional Comments From gert.driesen at pandora.be 2006-02-23 14:48 -------
+Created an attachment (id=16519)
+New patch with changes to SerializationCodeGenerator
+
More information about the mono-bugs
mailing list