Closed
Bug 1861261
Opened 2 years ago
Closed 2 years ago
JIT allocation of wasm structs
Categories
(Core :: JavaScript: WebAssembly, enhancement, P2)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
122 Branch
| Tracking | Status | |
|---|---|---|
| firefox122 | --- | fixed |
People
(Reporter: bvisness, Assigned: bvisness)
References
Details
Attachments
(2 files)
Currently all struct and array allocations require instance calls. In particular, this makes nursery allocations slower than they could be.
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Comment 2•2 years ago
|
||
Depends on D191901
Updated•2 years ago
|
Severity: -- → N/A
Priority: -- → P2
Pushed by bvisness@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1fcbdd3613d4
Track live wasm anyrefs from registers in stack maps. r=rhunt,jseward
https://hg.mozilla.org/integration/autoland/rev/763ae39e6552
Add an inline allocation path for wasm structs. r=rhunt
https://hg.mozilla.org/integration/autoland/rev/f907a44f7e3d
apply code formatting via Lando
Comment 4•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/1fcbdd3613d4
https://hg.mozilla.org/mozilla-central/rev/763ae39e6552
https://hg.mozilla.org/mozilla-central/rev/f907a44f7e3d
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox122:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 122 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•