Closed
Bug 744611
Opened 13 years ago
Closed 13 years ago
Use right compartment iterator when profiling scripts
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
VERIFIED
FIXED
mozilla14
People
(Reporter: bhackett1024, Assigned: bhackett1024)
Details
Attachments
(1 file)
1.42 KB,
patch
|
billm
:
review+
|
Details | Diff | Splinter Review |
Compartment iteration done during script profiling uses the wrong kind of iterator, which busts asserts in debug builds and causes profiles to be empty in release builds.
Attachment #614191 -
Flags: review?(wmccloskey)
Attachment #614191 -
Flags: review?(wmccloskey) → review+
Assignee | ||
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
Assignee: general → bhackett1024
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla14
Comment 3•13 years ago
|
||
Since jit-inspector is now working on today's nightly, I'm going to mark this as verified. Presumably the AMO can now be told the add-on should work with Fx 14. Thanks for the quick fix!
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•