Description[wasm] Do not used "undefined" for function signature padding.
Commit d0b8e7fb introduced some functionality to allocate additional
space in the function table, filled with an "undefined" function
signature. Use -1 instead of undefined_value() as the latter can have
the top bits cleared (which happens often for arm64) and causes
intermittent test failures.
BUG=
Committed: https://crrev.com/51f05798dfdcb69e249956a27436c6ed5591db4c
Cr-Commit-Position: refs/heads/master@{#37393}
Patch Set 1 #
Messages
Total messages: 11 (4 generated)
|