[Mono-bugs] [Bug 81663][Wis] Changed - [PATCH] Performance: Delegate optimization, DLR and IronPython

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Aug 30 22:26:28 EDT 2007


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 joncham at gmail.com.

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

--- shadow/81663	2007-08-30 22:23:48.000000000 -0400
+++ shadow/81663.tmp.26773	2007-08-30 22:26:28.000000000 -0400
@@ -284,6 +284,12 @@
 mono_global_codeman_reserve().
 
 ------- Additional Comments From joncham at gmail.com  2007-08-30 22:23 -------
 Created an attachment (id=19935)
 Static Implementation
 
+
+------- Additional Comments From joncham at gmail.com  2007-08-30 22:26 -------
+I attached a patch that allocates the correct space using
+mono_code_manager_reserve. The x86_jump_membase call only seems to
+require 3 bytes, but I just used 4. If I should only allocate 3 bytes
+for the x86_jump_membase call, let me know. Thanks.


More information about the mono-bugs mailing list