[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
Fri Jul 20 12:54:08 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 vargaz at gmail.com.

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

--- shadow/81663	2007-07-20 00:10:19.000000000 -0400
+++ shadow/81663.tmp.5511	2007-07-20 12:54:08.000000000 -0400
@@ -263,6 +263,12 @@
 patch on my machine.
 
 ------- Additional Comments From joncham at gmail.com  2007-07-20 00:10 -------
 Created an attachment (id=19585)
 Patch for x86 static case
 
+
+------- Additional Comments From vargaz at gmail.com  2007-07-20 12:54 -------
+This look ok. You can avoid guessing how much space to reserve by
+allocating code using g_malloc, emitting the code, then allocating from
+the code manager when the length of the emitted code is known.
+


More information about the mono-bugs mailing list