Jeff Bezanson remarks on LLVM "getting slower and slower"

v1.5 will actually have that feature, and it’s already being used for Plots.jl as far as I know.

The compiler optimization level can now be set per-module using the experimental macro Base.Experimental.@optlevel n . For code that is not performance-critical, setting this to 0 or 1 can provide significant latency improvements (#34896).

23 Likes