Closed
Bug 489860
Opened 16 years ago
Closed 16 years ago
PPC back-end not handling JMP(0) case correctly
Categories
(Tamarin Graveyard :: Baseline JIT (CodegenLIR), defect)
Tracking
(Not tracked)
VERIFIED
FIXED
flash10.1
People
(Reporter: rreitmai, Assigned: rreitmai)
References
Details
Attachments
(1 file)
1.73 KB,
patch
|
edwsmith
:
review+
|
Details | Diff | Splinter Review |
JMP(0) results in an 24bit based jump rather than a full 32b (or 64b on ppc64) branch.
Assignee | ||
Comment 1•16 years ago
|
||
Assignee | ||
Comment 2•16 years ago
|
||
Comment on attachment 374331 [details] [diff] [review]
ver 1 - jmp 0 fix
seeing as all platforms correctly handled the JMP(0) case, it made more sense to spot fix ppc, rather than introducing asm_jmp_unknown() as was suggested via earlier emails.
Attachment #374331 -
Flags: review?(edwsmith)
Updated•16 years ago
|
Attachment #374331 -
Flags: review?(edwsmith) → review+
Comment 3•16 years ago
|
||
Comment on attachment 374331 [details] [diff] [review]
ver 1 - jmp 0 fix
cleaner, I agree
Assignee | ||
Comment 4•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 5•15 years ago
|
||
Resolved fixed engineering / work item that has been pushed. Setting status to verified.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•