[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 11:33:44 -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-13 01:58:36.000000000 -0400
+++ shadow/56828.tmp.30922	2004-04-13 11:33:44.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 56828
 Product: Mono: Compilers
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: RESOLVED   
-Resolution: WONTFIX
+Status: REOPENED   
+Resolution: 
 Severity: Unknown
 Priority: Wishlist
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gert.driesen@pandora.be               
 QAContact: mono-bugs@ximian.com
@@ -55,6 +55,13 @@
 ------- 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 ...
+
+------- Additional Comments From gert.driesen@pandora.be  2004-04-13 11:33 -------
+For cases where compile performance is crucial, you can always 
+specify the /noconfig option for mcs, and explicitly pass the list of 
+reference assemblies.
+
+Miguel, can you please reconsider applying this patch ?