diff options
author | Thomas Lively <7121787+tlively@users.noreply.github.com> | 2022-03-31 07:57:49 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-31 07:57:49 -0700 |
commit | 1d24b83eaf710510c132091db89715607d64eea7 (patch) | |
tree | 34c38a85f0b3f0fe91226d85b951d897e356fc71 /test/lit/binary/stacky-nn-tuple.test.wasm | |
parent | e7c4f9da6d4a98f58b6320b5769f653a6bf26d3e (diff) | |
download | binaryen-1d24b83eaf710510c132091db89715607d64eea7.tar.gz binaryen-1d24b83eaf710510c132091db89715607d64eea7.tar.bz2 binaryen-1d24b83eaf710510c132091db89715607d64eea7.zip |
[MemoryPacking] Remove workaround for old V8 bug (#4558)
V8 used to incorrectly parse the segment index on bulk memory instructions as a
signed LEB rather than an unsigned LEB, which meant it only worked correctly
with up to 63 data segments. That bug has been fixed for over two years now, so
lift the maximum number of segments generated by memory packing from 63 to the
specified max, 100k.
Diffstat (limited to 'test/lit/binary/stacky-nn-tuple.test.wasm')
0 files changed, 0 insertions, 0 deletions