[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 12:39:37 -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 pcbeard@mac.com.

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

--- shadow/60331	2004-06-17 10:34:02.000000000 -0400
+++ shadow/60331.tmp.5682	2004-06-17 12:39:37.000000000 -0400
@@ -85,6 +85,11 @@
 relative branch can use.
 
 I think the right approach would be to generate a relocation and
 handle that later.  
 
 
+
+------- 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.