[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
Thu, 17 Jun 2004 13:06:42 -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 12:39:37.000000000 -0400
+++ shadow/60331.tmp.6674	2004-06-17 13:06:42.000000000 -0400
@@ -90,6 +90,10 @@
 
 
 ------- Additional Comments From pcbeard@mac.com  2004-06-17 12:39 -------
 I'm looking for a solution that handles relative branches within a method, and the 
 likelihood of exceeding the range seems low. All other types of branches DO seem to 
 generate relocation information. Branch islands are necessary for the general case.
+
+------- Additional Comments From lupus@ximian.com  2004-06-17 13:06 -------
+Branches with big offsets are already handled separately
+and preferring the relative branches should fix those as well.