Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable ssa and bool passes (#11420)
Module bodies, especially in tests, tend to be long, which affects the performance of passes such as beam_ssa_opt and beam_bool. This commit disables those passes during module definition. As an example, this makes loading Elixir's test suite 7-8% faster.
- Loading branch information