Closed
Bug 1395432
Opened 8 years ago
Closed 8 years ago
Block inlining in JIT backtracking allocator in Nightly
Categories
(Core :: JavaScript Engine: JIT, enhancement)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla57
| Tracking | Status | |
|---|---|---|
| firefox57 | --- | fixed |
People
(Reporter: jesup, Assigned: jesup)
Details
Attachments
(1 file)
|
3.58 KB,
patch
|
jesup
:
review+
|
Details | Diff | Splinter Review |
This should help us get better stacks from crash-stats and also make debugging easier in Nightly. Perf impact on speedometer appears minimal (over 9-13 runs, avg difference locally is 105.99 vs 105.52, way less than the run-to-run variance). Even so, restricting this to Nightly for now; we could make it EARLY_BETA_OR_EARLIER if we wanted.
| Assignee | ||
Comment 1•8 years ago
|
||
| Assignee | ||
Comment 2•8 years ago
|
||
Comment on attachment 8903013 [details] [diff] [review]
Block some inlining for better debugging (in Nightly)
r=luke
Attachment #8903013 -
Flags: review+
Pushed by rjesup@wgate.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/6f9ee3fd59f9
Block some inlining for better debugging (in Nightly) r=luke
Comment 4•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
You need to log in
before you can comment on or make changes to this bug.
Description
•