diff options
author | Yuta Saito <[email protected]> | 2022-01-15 23:59:37 +0900 |
---|---|---|
committer | Yuta Saito <[email protected]> | 2022-01-19 11:19:06 +0900 |
commit | bf1c4d254beb0e01fac1d9e6cb805de8ec6260eb () | |
tree | 5669f945f0f3780c2dde64b13182cb40e3ee146e /thread_win32.c | |
parent | e7fb1fa0414a0c6e43796052c877f317e8e09846 (diff) |
[wasm] gc.c: scan wasm locals and c stack to mark living objects
WebAssembly has function local infinite registers and stack values, but there is no way to scan the values in a call stack for now. This implementation uses Asyncify to spilling out wasm locals into linear memory.
Notes: Merged: https://.com/ruby/ruby/pull/5407
0 files changed, 0 insertions, 0 deletions