Open
Bug 1590305
Opened 5 years ago
Updated 2 years ago
[meta] WebAssembly quality on mobile systems
Categories
(Core :: JavaScript: WebAssembly, task, P3)
Core
JavaScript: WebAssembly
Tracking
()
NEW
People
(Reporter: lth, Unassigned)
References
(Depends on 6 open bugs, Blocks 1 open bug)
Details
(Keywords: meta, mobile)
Mobile systems (phones) still tend to have low core counts, relatively little memory, and no swap. This bug blocks bugs that are important for good wasm quality on mobile systems, focusing on memory consumption and oom handling, but including some optimizations that will be especially beneficial on small systems. ARM and ARM64 issues around the performance of generated code should generally block this bug.
Reporter | ||
Updated•5 years ago
|
Reporter | ||
Updated•5 years ago
|
Priority: P2 → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•