Closed
Bug 1820802
Opened 2 years ago
Closed 2 years ago
Add a stress test for management of wasm-gc out-of-line storage blocks
Categories
(Core :: JavaScript: WebAssembly, enhancement, P2)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
113 Branch
Tracking | Status | |
---|---|---|
firefox113 | --- | fixed |
People
(Reporter: jseward, Assigned: jseward)
References
Details
Attachments
(1 file)
What is desired is: a test case using wasm-gc structs and arrays, which
generates large numbers of such objects, spread over a range of lifetimes
(very short to relatively long). The point is to exercise the interworking of
the wasm-gc implementation and our generational GC system, in particular in
the presence of OOL storage blocks for struct and arrays.
Assignee | ||
Comment 1•2 years ago
|
||
This test case creates around one million wasm-gc arrays, spread over a range
of lifetimes (very short to relatively long). The point is to exercise the
interworking of the wasm-gc implementation and our generational GC system, in
particular in the presence of OOL storage blocks for arrays (and for structs,
although those are not used here.)
Pushed by jseward@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/66110c7774a9
Add a stress test for management of wasm-gc out-of-line storage blocks. r=rhunt.
Updated•2 years ago
|
Severity: -- → N/A
Priority: -- → P2
Comment 3•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox113:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 113 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•