[Mono-bugs] [Bug 56828][Wis] Changed - [PATCH] mcs does not pre-load same assemblies than csc

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 13 Apr 2004 01:58:36 -0400 (EDT)


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 gert.driesen@pandora.be.

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

--- shadow/56828	2004-04-12 23:20:40.000000000 -0400
+++ shadow/56828.tmp.23929	2004-04-13 01:58:36.000000000 -0400
@@ -48,6 +48,13 @@
 it is more expensive in our compiler to do this than in CSC.
 
 With the new patch that fetches namespaces with an unmanaged
 routine things might be slightly better, but I rather not apply 
 this change.
 
+
+------- Additional Comments From gert.driesen@pandora.be  2004-04-13 01:58 -------
+Isn't compatibility with CSC more important than pure compile 
+performance.  I agree that RUNTIME performance is important, but I'd 
+think compatibility (and improved code quality, eg. #51310) is more 
+important than raw compile performance.  But then again, this is just 
+my opinion ...