[Mono-bugs] [Bug 51370][Wis] Changed - put the jit in a dll

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 4 Dec 2003 11:47:11 -0500 (EST)


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 lupus@ximian.com.

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

--- shadow/51370	2003-11-25 02:07:05.000000000 -0500
+++ shadow/51370.tmp.10900	2003-12-04 11:47:11.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 51370
 Product: Mono/Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: liyul@hotmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -17,6 +17,11 @@
 Summary: put the jit in a dll
 
 It would be wonderful if the jit can be distributed as a dll rather than
 exe for easier embedding and better performance (creating process pool
 would be impractical which a JIT dll can be kept warm). Make the mono.exe
 just an example of the embedded efforts.
+
+------- Additional Comments From lupus@ximian.com  2003-12-04 11:47 -------
+The jit is already in a library and mono is just a simple program that
+links to the library. If that doesn't happen in the windows build,
+some windows developers will need to take a look at the issue.