diff options
author | Thomas Lively <tlively@google.com> | 2024-02-29 10:37:41 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-29 10:37:41 -0800 |
commit | 7cd00ad485d9bcb68a4a36d4b1291439349e4f5c (patch) | |
tree | f48a4edf82f1d70a3b014f2e5a3c7f35d399e15e /src/passes/RoundTrip.cpp | |
parent | a9418461ef5188d2b2dea32b3047cc7bb3b173b3 (diff) | |
download | binaryen-7cd00ad485d9bcb68a4a36d4b1291439349e4f5c.tar.gz binaryen-7cd00ad485d9bcb68a4a36d4b1291439349e4f5c.tar.bz2 binaryen-7cd00ad485d9bcb68a4a36d4b1291439349e4f5c.zip |
[Parser] Do not require a memory for GC string ops (#6363)
We previously required a memory to exist while parsing all `StringNew` and
`StringEncode` instructions, even though some variants of the instructions use
GC arrays instead. Require a memory only for those instructions that use one.
Diffstat (limited to 'src/passes/RoundTrip.cpp')
0 files changed, 0 insertions, 0 deletions