[Mono-bugs] [Bug 60331][Maj] Changed - PowerPC JIT generates ba for branches between basic blocks

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 21 Jun 2004 13:24:08 -0400 (EDT)


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=60331

--- shadow/60331	2004-06-17 13:06:42.000000000 -0400
+++ shadow/60331.tmp.8137	2004-06-21 13:24:08.000000000 -0400
@@ -12,13 +12,13 @@
 ReportedBy: pcbeard@mac.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: PowerPC JIT generates ba for branches between basic blocks
-OtherBugsDependingOnThis: 59008
+OtherBugsDependingOnThis: 59008[FIXED]
 
 In mini-ppc.c, the function ppc_patch() as written converts any kind of branch instruction with 
 opcode==28, into a branch absolute, if the target of the branch can be reached by this form. 
 This has bad behavior in terms of ahead of time compilation, because it means branches 
 between basic blocks can have this form if the code is generated low or high enough in memory. 
 However, the way aot.c is written, no relocation patches are maintained for the