Closed
Bug 1221460
Opened 10 years ago
Closed 10 years ago
TraceLogger: Enable several new optimizations in 'TLLOG=IonCompiler'
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla45
| Tracking | Status | |
|---|---|---|
| firefox45 | --- | fixed |
People
(Reporter: wuwei, Assigned: wuwei)
Details
Attachments
(1 file)
|
2.14 KB,
patch
|
h4writer
:
review+
cbook
:
checkin+
|
Details | Diff | Splinter Review |
Some new optimizations (ReorderInstructions, etc.) have been added to IonMonkey, and their traceloggers are not enabled when 'TLLOG=IonCompiler' is set. Although we can use 'TLLOG=IonCompiler,Sincos,ReorderInstructions' explicitly, Including them would be helpful.
Attachment #8682973 -
Flags: review?(hv1989)
Comment 1•10 years ago
|
||
Comment on attachment 8682973 [details] [diff] [review]
patch
Review of attachment 8682973 [details] [diff] [review]:
-----------------------------------------------------------------
Good call. I overlook it whenever we add a new pass.
Attachment #8682973 -
Flags: review?(hv1989) → review+
| Assignee | ||
Updated•10 years ago
|
Attachment #8682973 -
Flags: checkin?
| Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → lazyparser
Keywords: checkin-needed
Updated•10 years ago
|
Attachment #8682973 -
Flags: checkin? → checkin+
Comment 3•10 years ago
|
||
| bugherder | ||
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
status-firefox45:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla45
You need to log in
before you can comment on or make changes to this bug.
Description
•