Closed
Bug 883106
Opened 12 years ago
Closed 12 years ago
IonMonkey: avoid emitting zero length perf Jit map entries.
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla24
People
(Reporter: dougc, Assigned: dougc)
Details
Attachments
(1 file)
4.71 KB,
patch
|
nmatsakis
:
review+
|
Details | Diff | Splinter Review |
The PerfSpewer, added in bug 873522, emits zero length blocks to the JIT map file and this seems to confuse some reporting tools. There is also an unused variable 'PerfChecked'.
Assignee | ||
Comment 1•12 years ago
|
||
Assignee: general → dtc-moz
Attachment #762605 -
Flags: review?(nmatsakis)
Updated•12 years ago
|
Attachment #762605 -
Flags: review?(nmatsakis) → review+
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla24
You need to log in
before you can comment on or make changes to this bug.
Description
•