-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
arch-wasmWebAssembly architectureWebAssembly architecturearea-System.Runtime.InteropServices.JavaScriptos-browserBrowser variant of arch-wasmBrowser variant of arch-wasm
Milestone
Description
WBT
- set
<EmccMaximumHeapSize>4294901760</EmccMaximumHeapSize> - allocate large arrays in order to deplete memory below 2GB
- after that
- test marshaling array of string via
JSImport - call some method many times to trigger interp tier-up and jiterp
- test marshaling array of string via
Potential fixes needed
- convert all results of
Module._mallocfrominttouint- in jiterp
- in JS interop
See also #99114
lewing and dlemstra
Metadata
Metadata
Assignees
Labels
arch-wasmWebAssembly architectureWebAssembly architecturearea-System.Runtime.InteropServices.JavaScriptos-browserBrowser variant of arch-wasmBrowser variant of arch-wasm