diff options
author | Yuta Saito <[email protected]> | 2024-01-29 09:49:15 +0000 |
---|---|---|
committer | Yuta Saito <[email protected]> | 2024-01-29 23:45:36 +0900 |
commit | 0d4de0f4b1b9ac90be437bf1bac6851dd1d96fd0 () | |
tree | fb78dc749e8fd8021de07f4419b0be724e0382e4 /test/ruby/test_regexp.rb | |
parent | 8bff7e996cf65159b4ed7b55c284de6651b7e637 (diff) |
wasm: align fiber stack pointer to 16 bytes
In WebAssembly C ABI, the linear stack pointer must be always aligned to 16 bytes like other archs. The misaligned stack pointer causes some weird memory corruption since compiler assumes the aligned stack pointer.
0 files changed, 0 insertions, 0 deletions