Closed Bug 487607 Opened 15 years ago Closed 15 years ago

TraceMonkey: The ARM-specific Assembler::BL method is never called.

Categories

(Core :: JavaScript Engine, defect)

ARM
All
defect
Not set
trivial

Tracking

()

RESOLVED FIXED

People

(Reporter: jbramley, Assigned: jbramley)

References

Details

(Whiteboard: fixed-in-tracemonkey)

Attachments

(1 file)

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)
Blocks: 487049
Keywords: checkin-needed
Keywords: checkin-needed
Whiteboard: fixed-in-tracemonkey
http://hg.mozilla.org/mozilla-central/rev/8f1fe0257cc8
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: