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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 2007-07-20 00:10 ------- Created an attachment (id=19585) Patch for x86 static case + +------- Additional Comments From [EMAIL PROTECTED] 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. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
