How to debug Elixir/Erlang compiler performance
- José Valim
- December 15th, 2020
- compiler, performance
Explore techniques to debug and improve performance of Erlang/Elixir compiler
Explore techniques to debug and improve performance of Erlang/Elixir compiler
Let's discuss the --warnings-as-errors option, how we can use it during compilation and tests, and finally our recommendations for using it in CI.
Introducing import2alias script built on top of Elixir v1.10+ compilation tracers.
An overview of when files need to be re-compiled, what does that mean for a typical Phoenix project, and what we can do about it!