[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 08:17:17 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=56828
--- shadow/56828 2004-04-12 05:30:05.000000000 -0400
+++ shadow/56828.tmp.12289 2004-04-12 08:17:17.000000000 -0400
@@ -3,13 +3,13 @@
Version: unspecified
OS: unknown
OS Details:
Status: NEW
Resolution:
Severity: Unknown
-Priority: Normal
+Priority: Wishlist
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: gert.driesen@pandora.be
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
@@ -29,6 +29,16 @@
patch for preloading same assemblies than csc
------- Additional Comments From gonzalo@ximian.com 2004-04-12 05:30 -------
Btw, csc uses a file called csc.rsp with a set of command line options
that are loaded for every compilation unless /noconfig is specified.
+
+------- Additional Comments From bmaurer@users.sf.net 2004-04-12 08:17 -------
+How does this affect bootstrap time? I wonder what this means wrt
+performance of loading. How about for a `hello world' program, what
+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.