Elixir 1.19 compilation performance - have you noticed a difference?

Ok, good news is that it is not compiler related, bad news is that we don’t have instrumentation around the areas that are slow now.

When does the delay happen? Before it starts compiling each module? In the middle? At the end? My suggestion is to add some print statements around mix/compilers/elixir.ex and try to get a feeling where in the code the slowdown is.