Closed
Bug 610815
Opened 14 years ago
Closed 14 years ago
TM: print more info for guards in LIR dumps
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: n.nethercote, Assigned: n.nethercote)
Details
(Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file)
4.18 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
Tweak the printing of guards, as per bz's requests:
- The address of the VMSideExit is now shown, as is the exitType.
- The GuardID is now only shown with TMFLAGS=fragprofile, as that's all it's
useful for.
- I moved getExitName() to avoid a forward declaration.
Attachment #489317 -
Flags: review?(bzbarsky)
Comment 1•14 years ago
|
||
Comment on attachment 489317 [details] [diff] [review]
patch (against TM 56664:636b1e5a994f)
r=me
Attachment #489317 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 2•14 years ago
|
||
Whiteboard: fixed-in-tracemonkey
Comment 3•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•