Implement speculative inlining
Categories
(Core :: JavaScript: WebAssembly, task, P1)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox131 | --- | fixed |
People
(Reporter: rhunt, Assigned: rhunt)
References
Details
Attachments
(7 files)
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review |
Collect profiling information for call_ref when we're using lazy tiering and use that to speculatively inline monomorphic calls.
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
Depends on D217877
| Assignee | ||
Comment 3•1 year ago
|
||
Depends on D217878
| Assignee | ||
Comment 4•1 year ago
|
||
Depends on D217879
| Assignee | ||
Comment 5•1 year ago
|
||
Depends on D217880
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
| Assignee | ||
Comment 6•1 year ago
|
||
Fixes an assertion with unwinding.
Depends on D217881
| Assignee | ||
Comment 7•1 year ago
|
||
OnLargeAllocationFailure can trigger a GC in the shell and browser
which can trigger our 'no-gc' assertion in the tier up request stub.
Depends on D218598
Comment 9•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/3036a61e79dd
https://hg.mozilla.org/mozilla-central/rev/c9430ea63a98
https://hg.mozilla.org/mozilla-central/rev/a7860dc2f7a9
https://hg.mozilla.org/mozilla-central/rev/54aff33ecacf
https://hg.mozilla.org/mozilla-central/rev/b183afa18a9b
https://hg.mozilla.org/mozilla-central/rev/bf14cd231f29
https://hg.mozilla.org/mozilla-central/rev/702768809782
https://hg.mozilla.org/mozilla-central/rev/96b4ce0263ec
Description
•