[Mono-bugs] [Bug 80969][Nor] Changed - [PATCH] Generics multidimensional arrays problem
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Apr 18 18:05:34 EDT 2007
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=80969
--- shadow/80969 2007-04-18 18:02:47.000000000 -0400
+++ shadow/80969.tmp.31573 2007-04-18 18:05:34.000000000 -0400
@@ -11,13 +11,13 @@
AssignedTo: lupus at ximian.com
ReportedBy: marek.safar at seznam.cz
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: Generics multidimensional arrays problem
+Summary: [PATCH] Generics multidimensional arrays problem
Please fill in this template when reporting a bug, unless you know what you
are doing.
Description of Problem:
Steps to reproduce the problem:
@@ -76,6 +76,14 @@
*** Bug 81312 has been marked as a duplicate of this bug. ***
------- Additional Comments From joncham at gmail.com 2007-04-18 18:02 -------
Created an attachment (id=19085)
Patch with license statement
+
+------- Additional Comments From joncham at gmail.com 2007-04-18 18:05 -------
+Attached potential patch. It's fixes this bug and it's duplicate. It
+is overly agressive in that it doesn't cache multidimensional array
+methods when in the presence of a generic context, even if the context
+has nothing to do with the array type. But, I ran some performance
+tests and it didn't seem to have much effect. This is very simple but
+perhaps incorrect if I am missing something.
More information about the mono-bugs
mailing list