Reduce compilation time #127
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
It looks like most of the compilation time is spent parsing the code and building the SSA and call graph.
A lot of this work is redundant since most of the sources don't change, it would be interesting to explore how we can cache those intermediary steps to reduce compilation times.
The text was updated successfully, but these errors were encountered: