-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Slow compilation on windows #16987
Comments
I think #16953 etc. has this covered. |
It is not the same. This is just for the spawned precompilation processes where the problem with bad backtraces should matter much less. |
also if the user opt-in the bad backtraces in the parent process it's probably reasonable to do the same for the child |
It might be safe there. I couldn't really care less about whether you are stuck with bad backtraces, but unfortunately, you're stuck with |
dup #16953 |
On windows, the Julia instances started to precompile don't use
precompiled=yes
.As a result, GLVisualize needs almost 10 min to compile.
Starting Julia without
precompiled=yes
accounts for ~23s per Julia instance, which adds up to a lot when firing up an instance per package.Can we add
precompiled=yes
to https://github.com/JuliaLang/julia/blob/master/base/loading.jl#L458 ?Or at least, propagate the flag? ;)
The text was updated successfully, but these errors were encountered: