[Mono-bugs] [Bug 69691][Wis] Changed - [PPC] JIT default code size for prolog is too small

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 19 Nov 2004 09:40:49 -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 lupus@ximian.com.

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

--- shadow/69691	2004-11-18 21:55:05.000000000 -0500
+++ shadow/69691.tmp.31354	2004-11-19 09:40:49.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 69691
 Product: Mono: Runtime
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: OSX 10.3.4
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: grompf@sublimeintervention.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -25,6 +25,11 @@
 while creating the prolog and emits a szone_error on the g_realloc in 
 mono_arch_output_basic_block.
 
 Changing this to 384 resolves this issue.
 
 -kangaroo
+
+------- Additional Comments From lupus@ximian.com  2004-11-19 09:40 -------
+Changed the code to account for variable size of the prolog.
+If you have a test case that fails, please add it here and to the test
+suite.