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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 25 Nov 2003 02:07:06 -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 liyul@hotmail.com.

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

--- shadow/51370	2003-11-25 02:07:05.000000000 -0500
+++ shadow/51370.tmp.14494	2003-11-25 02:07:05.000000000 -0500
@@ -0,0 +1,22 @@
+Bug#: 51370
+Product: Mono/Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: liyul@hotmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+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.