[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
Mon, 12 Apr 2004 23:20:40 -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 miguel@ximian.com.

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

--- shadow/56828	2004-04-12 08:17:17.000000000 -0400
+++ shadow/56828.tmp.22805	2004-04-12 23:20:40.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 56828
 Product: Mono: Compilers
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: WONTFIX
 Severity: Unknown
 Priority: Wishlist
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gert.driesen@pandora.be               
 QAContact: mono-bugs@ximian.com
@@ -39,6 +39,15 @@
 is the effect there.
 
 Also, should we really include an assembly 
 like "System.Configuration.Install", which is 100% stubs? Maybe we 
 should only include assembies which are supported for the 1.0 
 timeframe.
+
+------- Additional Comments From miguel@ximian.com  2004-04-12 23:20 -------
+The reason we do not preload the same assemblies is bootstrap time,
+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.
+