Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Speed up a "big stack" test, and test Winch (bytecodealliance#9636)
* Speed up a "big stack" test, and test Winch This test currently takes 50s locally in debug mode locally so optimize it by disabling optimizations in Cranelift and additionally using the single-pass register allocator. This drops the test time to ~3s locally. * Fix test comments
- Loading branch information