Implement speculative inlining
Categories
(Core :: JavaScript: WebAssembly, task, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox131 | --- | fixed |
People
(Reporter: rhunt, Assigned: rhunt)
References
(Blocks 1 open bug)
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•4 months ago
|
||
Assignee | ||
Comment 2•4 months ago
|
||
Depends on D217877
Assignee | ||
Comment 3•4 months ago
|
||
Depends on D217878
Assignee | ||
Comment 4•4 months ago
|
||
Depends on D217879
Assignee | ||
Comment 5•4 months ago
|
||
Depends on D217880
Updated•3 months ago
|
Updated•3 months ago
|
Updated•3 months ago
|
Updated•3 months ago
|
Updated•3 months ago
|
Assignee | ||
Comment 6•3 months ago
|
||
Fixes an assertion with unwinding.
Depends on D217881
Assignee | ||
Comment 7•3 months 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•3 months 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
•