DescriptionFix failure in mjsunit/wasm/embenchen/lua_binarytrees on 32-bit architectures
that do not support unaligned access.
This test fails because WasmGraphBuilder::BuildCFuncInstruction allocates
space for doubles using StackSlot turbofan operator, but this space is not
guaranteed to be 8 bytes aligned if SP itself is not 8 bytes aligned (which
is the case on 32-bit architectures).
BUG=mjsunit/wasm/embenchen/lua_binarytrees
Committed: https://crrev.com/f6d47317a096cb78d3f359e242df62af789263ab
Cr-Commit-Position: refs/heads/master@{#36693}
Patch Set 1 #
Messages
Total messages: 17 (7 generated)
|