Closed
Bug 610815
Opened 13 years ago
Closed 13 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•13 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•13 years ago
|
||
http://hg.mozilla.org/tracemonkey/rev/5d993887eca6
Whiteboard: fixed-in-tracemonkey
Comment 3•13 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/5d993887eca6
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•