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)

task

Tracking

()

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.

See Also: → 1715456
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.