Skip to content
  • Yuta Saito's avatar
    a97621ef
    wasm: align fiber stack pointer to 16 bytes (#12101) · a97621ef
    Yuta Saito authored
    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.
    a97621ef
    wasm: align fiber stack pointer to 16 bytes (#12101)
    Yuta Saito authored
    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.
Loading