Open
Bug 1709365
Opened 4 years ago
Updated 3 years ago
[exploration] Consider generating less stack maps when calling known GC-safe functions
Categories
(Core :: JavaScript: WebAssembly, task, P3)
Core
JavaScript: WebAssembly
Tracking
()
NEW
People
(Reporter: rhunt, Unassigned)
References
(Blocks 1 open bug)
Details
We can sometimes generate instance calls for implementing some instructions. Notably, many bulk-memory instructions are implemented using instance calls. Some of these appear to never trigger a GC, so we may be able to avoid generating a stack map for them.
This would be a space optimization, and maybe a compiler speed improvement.
Updated•3 years ago
|
Blocks: wasm-large-web-properties
Updated•3 years ago
|
Severity: -- → N/A
Type: enhancement → task
Summary: Consider generating less stack maps when calling known GC-safe functions → [exploration] Consider generating less stack maps when calling known GC-safe functions
You need to log in
before you can comment on or make changes to this bug.
Description
•