Closed
Bug 1014402
Opened 11 years ago
Closed 11 years ago
irregexp (ARM): convert patched code offsets to their actual offset after assembly.
Categories
(Core :: JavaScript Engine: JIT, defect)
Tracking
()
RESOLVED
FIXED
mozilla32
Tracking | Status | |
---|---|---|
fennec | 32+ | --- |
People
(Reporter: dougc, Assigned: dougc)
References
Details
Attachments
(1 file)
1.37 KB,
patch
|
bhackett1024
:
review+
|
Details | Diff | Splinter Review |
The LabelPatch struct captures the code labelOffset during assembly, but this needs to be converted to the final code offset after assembly before patching it into the code.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8426838 -
Flags: review?(bhackett1024)
Assignee | ||
Comment 2•11 years ago
|
||
Updated•11 years ago
|
Attachment #8426838 -
Flags: review?(bhackett1024) → review+
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 3•11 years ago
|
||
Keywords: checkin-needed
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla32
Updated•11 years ago
|
tracking-fennec: --- → 32+
You need to log in
before you can comment on or make changes to this bug.
Description
•