[Mono-bugs] [Bug 60331][Nor] Changed - PowerPC JIT generates ba for branches between basic blocks
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 17 Jun 2004 02:15:28 -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 02:11:58.000000000 -0400
+++ shadow/60331.tmp.9649 2004-06-17 02:15:28.000000000 -0400
@@ -2,13 +2,13 @@
Product: Mono: Runtime
Version: unspecified
OS: Mac OS X 10.3
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: pcbeard@mac.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -66,6 +66,11 @@
}
------- Additional Comments From pcbeard@mac.com 2004-06-17 02:11 -------
Created an attachment (id=8215)
Oops, disregard the inline patch, this supersedes it.
+
+------- Additional Comments From pcbeard@mac.com 2004-06-17 02:15 -------
+This patch works by preferring relative branching to absolute branches, falling back on
+thunks only if absolute branches won't work. This seems to catch all of the interesting
+cases for ahead of time compilation.