[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
Wed, 14 Apr 2004 02:02:27 -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-13 12:39:49.000000000 -0400
+++ shadow/56828.tmp.7307 2004-04-14 02:02:27.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 56828
Product: Mono: Compilers
Version: unspecified
OS: unknown
OS Details:
-Status: REOPENED
-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
@@ -95,6 +95,19 @@
compiling hello world faster.
Also, a developer who not want to pay the price of loading the
assemblies can modify their rsp file. I do something like this on my
windows box today. I really hate having the 5 lines of header, so in
my rsp file, I added /nologo. You can just as well delete assemblies.
+
+------- Additional Comments From miguel@ximian.com 2004-04-14 02:02 -------
+Guys,
+
+Visual Studio does not add a bunch of predefined assemblies either:
+you have to manually add the assemblies to the list, one by one.
+
+The other factor to keep in mind is that plenty of the assemblies
+that we would preload are not even part of 1.0, so we are encouraging
+the use of unsupported libraries.
+
+And given the big startup impact this has on the compiler, am really
+not interested in adding it.