[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:23:48 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-01 08:11:58.000000000 -0400
+++ shadow/81663.tmp.26733 2007-08-30 22:23:48.000000000 -0400
@@ -279,6 +279,11 @@
only the number of params does. With this in place we could allocate
a lot less memory and we could do it in a not appdomain specific way.
For x86 not taking into account struct returns we could have a simple
array as the cache lookup, with the number of arguments as the index
into the cache. The code memory would be allocated with
mono_global_codeman_reserve().
+
+------- Additional Comments From joncham at gmail.com 2007-08-30 22:23 -------
+Created an attachment (id=19935)
+Static Implementation
+
More information about the mono-bugs
mailing list