[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 20:32:39 -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 dick@ximian.com.

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

--- shadow/27796	Mon Jul 15 15:13:12 2002
+++ shadow/27796.tmp.30272	Mon Jul 15 16:32:39 2002
@@ -89,6 +89,11 @@
 
 
 
 ------- 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?
+
+------- Additional Comments From dick@ximian.com  2002-07-15 16:32 -------
+Re critical regions, they are already just straight calls to
+pthread_mutex_lock().  It might be worth experimenting with inlining
+the wrapper function, though.