[Mono-bugs] [Bug 59367][Wis] Changed - We do not always choose most
space efficient way to create arrays
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Apr 4 17:32:04 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 marek.safar at seznam.cz.
http://bugzilla.ximian.com/show_bug.cgi?id=59367
--- shadow/59367 2004-05-31 23:53:54.000000000 -0400
+++ shadow/59367.tmp.25867 2006-04-04 17:32:04.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 59367
Product: Mono: Compilers
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: C#
AssignedTo: mono-bugs at ximian.com
ReportedBy: bmaurer at users.sf.net
QAContact: mono-bugs at ximian.com
@@ -198,6 +198,9 @@
0 */
if ((total_size * array_factor + const_overhead) > (non_zero_const *
store_size))
note the non-zero thing here. By default, arrays are 0 inited.
+
+------- Additional Comments From marek.safar at seznam.cz 2006-04-04 17:32 -------
+Fixed in SVN.
More information about the mono-bugs
mailing list