timholy / SnoopCompile.jl

Provide insights about latency (TTFX) for Julia packages
https://timholy.github.io/SnoopCompile.jl/dev/
Other
309 stars 48 forks source link

Docs: add material on constprop #396

Closed timholy closed 2 weeks ago

timholy commented 2 weeks ago

This provides some hints for handling constant propagation (CC @SimonDanisch). It also fixes some inconsistencies in timing as reported on slack by @kshyatt.