-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve compilation speed #331
Comments
The biggest culprit is currently LLVM - I think we need to set up a two-stage build in the https://github.com/savi-lang/llvm-static repo to better optimize the LLVM build. |
Most likely I am using a |
Or to have a |
I'm planning to add a I'm definitely not opposed to having a mode that only runs compilation checks, though I personally wouldn't use it very often, because in my development workflow, whenever I get the program to compile i always want to run the tests next.
That won't build the release-mode compiler - you want to run |
Just for reference, with
And 50% of that time is spent in LLVM. |
For an almost empty project, it takes about 32 seconds to compile.
The text was updated successfully, but these errors were encountered: