Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tunes the Binaryen optimization passes to achieve two goals: - A fast build with `--opt=1` - A fast executable with `--opt={2,3}`, without making the build times unreasonably long. It turns out that only a handful of selected passes for `--opt=1` and `-O2` and `-O3` seem to achieve these goals for the time being. Co-authored-by: Jérôme Vouillon <[email protected]>
- Loading branch information