binaryen icon indicating copy to clipboard operation
binaryen copied to clipboard

Ensure GC-specific passes only run on GC modules

Open tlively opened this issue 3 years ago • 0 comments

https://github.com/WebAssembly/binaryen/pull/4758 updated a bunch of GC-specific optimization passes to exit early if run on modules without GC enabled, but in the long run it might make more sense to add a mechanism to run those passes by default only on modules where they might be useful to avoid cluttering up the pass runner with useless passes.

tlively avatar Jun 29 '22 04:06 tlively