[Mono-bugs] [Bug 70838][Nor] Changed - System.Type IsAssignableFrom crashes when assembly is builded for Save

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 10 Jan 2005 07:12:35 -0500 (EST)


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 nazgul@omega.pl.

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

--- shadow/70838	2005-01-02 10:31:54.000000000 -0500
+++ shadow/70838.tmp.25690	2005-01-10 07:12:35.000000000 -0500
@@ -85,6 +85,17 @@
 -> runtime
 
 ------- Additional Comments From vargaz@gmail.com  2005-01-02 10:31 -------
 This can be fixed pretty easily, but that will slow down compilers which
 doesn't touch the types in an AssemblyBuilderAccess.Save images, like
 mcs.
+
+------- Additional Comments From nazgul@omega.pl  2005-01-10 07:12 -------
+ Actually, this bug is a problem for us only when Nemerle compiler     
+runs in a AssemblyBuilderAccess.Save state. When it runs in   
+RunAndSave everything goes ok.    
+Could you define what does "touching types" mean?   
+Isn't this bug a problem also for mcs (as it occurs with both Save 
+and RunAndSave states)? 
+ 
+Is using IsAssignableFrom an extra performance penatly and should be 
+avoided?