[Mono-bugs] [Bug 27796][Nor] Changed - patch to speed to mono_class_vtable

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
15 Jul 2002 19:13:12 -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 vargaz@freemail.hu.

http://bugzilla.ximian.com/show_bug.cgi?id=27796

--- shadow/27796	Mon Jul 15 15:06:00 2002
+++ shadow/27796.tmp.12945	Mon Jul 15 15:13:12 2002
@@ -85,6 +85,10 @@
 
 So cached_domain and cached_vtable are mismatched.
 I think using just cached_vtable may reduce (and void) the race:
 we can alwasy access the domain through vtable->domain.
 
 
+
+------- Additional Comments From vargaz@freemail.hu  2002-07-15 15:13 -------
+I guess you are right. I throught that lock was a global one, not a 
+per-domain one... Would a global lock work here?