Closed
Bug 475189
Opened 17 years ago
Closed 17 years ago
Assembler assumes _nIns after JMP(0) is the patch location for an unconditional back edge, but cpu specific code should produce the patch location
Categories
(Tamarin Graveyard :: Baseline JIT (CodegenLIR), defect)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: edwsmith, Assigned: edwsmith)
Details
on x64/x86 the existing code should work. ppc won't work (patch is location of instr, not next instruction). not sure about arm. AS3ChessHeadless is a test case.
| Assignee | ||
Updated•17 years ago
|
Assignee: nobody → edwsmith
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•17 years ago
|
||
summary is incorrect, JMP should return the address of the instruction, regardless of cpu.
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
Updated•16 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•