Closed
Bug 1700771
Opened 4 years ago
Closed 4 years ago
Expose JIT inlining size threshold as a pref
Categories
(Core :: JavaScript Engine: JIT, task, P1)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
89 Branch
| Tracking | Status | |
|---|---|---|
| firefox89 | --- | fixed |
People
(Reporter: tcampbell, Assigned: caroline)
References
Details
Attachments
(1 file)
When we landed the new inlining design in Warp, we chose a pretty small limit for aggressive in-lining after finding excessive inlining to be a problem in the old IonBuilder design. In order to do further experiments about how specific websites are affected, we should expose the threshold as a pref.
| Reporter | ||
Updated•4 years ago
|
Summary: Expose JIT inlinig size threshold as a pref → Expose JIT inlining size threshold as a pref
| Assignee | ||
Updated•4 years ago
|
Assignee: nobody → ccullen
| Assignee | ||
Comment 1•4 years ago
|
||
Pushed by ccullen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c761ae8fdd63
Create pref for inlining maximum function size. r=iain
Comment 3•4 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox89:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 89 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•