Closed
Bug 513429
Opened 15 years ago
Closed 15 years ago
Say "int" and "quad" in debug output for those LIR opcodes
Categories
(Tamarin Graveyard :: Baseline JIT (CodegenLIR), defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jorendorff, Unassigned)
Details
(Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file)
1.12 KB,
patch
|
edwsmith
:
review+
|
Details | Diff | Splinter Review |
The debug output says things like:
val
four = add val, val
With this change:
val = int 2
four = add val, val
Reporter | ||
Updated•15 years ago
|
Attachment #397433 -
Flags: review?(edwsmith)
Updated•15 years ago
|
Attachment #397433 -
Flags: review?(edwsmith) → review+
Reporter | ||
Comment 1•15 years ago
|
||
Whiteboard: fixed-in-tracemonkey
Comment 2•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•