[Mono-bugs] [Bug 77596][Nor] Changed - get rid of global generics caches in metadata.c

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Feb 20 05:42:10 EST 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 vargaz at gmail.com.

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

--- shadow/77596	2006-02-20 02:33:10.000000000 -0500
+++ shadow/77596.tmp.19783	2006-02-20 05:42:10.000000000 -0500
@@ -32,6 +32,15 @@
 
 These may not cleanly be separable into separate images -- a generic
 instance in one assembly could be the instantiation of a generic
 definition in another.  Identical non-open instantiations from
 multiple assemblies should resolve to the same generic instance.
 
+
+------- Additional Comments From vargaz at gmail.com  2006-02-20 05:42 -------
+If they are protected by the loader lock, then:
+- they should be moved to class.c or loader.c, since metadata.c is
+supposed to be thread safe.
+- or
+- at least a comment should be added saying the caller should hold
+the loader lock.
+


More information about the mono-bugs mailing list