[Mono-bugs] [Bug 27796][Nor] Changed - patch to speed to mono_class_vtable
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
16 Jul 2002 10:44:18 -0000
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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=27796
--- shadow/27796 Tue Jul 16 05:20:07 2002
+++ shadow/27796.tmp.1946 Tue Jul 16 06:44:18 2002
@@ -1,13 +1,13 @@
Bug#: 27796
Product: Mono/Runtime
Version: unspecified
OS: Debian Woody
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: vargaz@freemail.hu
QAContact: mono-bugs@ximian.com
@@ -139,6 +139,11 @@
if (cached && cached->class == class && cached->domain == domain)
return cached;
I have to go on a holiday so I won't be able to comment on this for
about a week. Have fun with the patch.
+
+------- Additional Comments From lupus@ximian.com 2002-07-16 06:44 -------
+Yes, sorry, I was sloppy there (the class check is also reduntant).
+I committed the change to cvs: I get 5-6% improvement in mcs compile
+time and 23% improvement in the life bench.