Closed
Bug 487607
Opened 16 years ago
Closed 16 years ago
TraceMonkey: The ARM-specific Assembler::BL method is never called.
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jbramley, Assigned: jbramley)
References
Details
(Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file)
2.09 KB,
patch
|
vlad
:
review+
|
Details | Diff | Splinter Review |
BL was replaced with BLX as a result of bug 486639. It seems that there was only one usage of the BL function, so there is no need to retain it.
Future code that needs to use BL() may use BLX() instead, as BLX() knows that it only needs to output a BL instruction if the target is ARM code.
Attachment #371846 -
Flags: review?(vladimir)
Attachment #371846 -
Flags: review?(vladimir) → review+
Assignee | ||
Updated•16 years ago
|
Keywords: checkin-needed
Assignee | ||
Updated•16 years ago
|
Keywords: checkin-needed
Whiteboard: fixed-in-tracemonkey
Comment 1•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•