Closed
Bug 432737
Opened 17 years ago
Closed 17 years ago
TT: add LIR_file and LIR_line
Categories
(Tamarin Graveyard :: Tracing Virtual Machine, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: shengnan.cong, Unassigned)
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; MS-RTC LM 8; InfoPath.1; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)
Build Identifier:
To add VTune support for TT, we need the source info at LIR level. We have MIR_line/file in TC and need similar things in TT.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Updated•17 years ago
|
Priority: -- → P2
Comment 1•17 years ago
|
||
Also need the ability to add file/line if a trace straddles multiple files.
Reporter | ||
Comment 2•17 years ago
|
||
I added LIR_file & LIR_line to the LIR dictionary. For SETFILE, SETLINE,
PUSHFRAME and POPFRAME, LIR_file/line are inserted. Please refer to Bug 436987
https://bugzilla.mozilla.org/show_bug.cgi?id=436987
Comment 3•17 years ago
|
||
please see 436987
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•