-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
PrecompileTools causes runtime performance lost #33
Comments
Maybe it is faster to compile to memory than load from disk? |
This really shouldn't happen. Precompiled methods should be loaded from disk into memory on package load. I also can't reproduce this locally. Can you provide detailed reproduction instructions and/or a smaller MWE? This is how I tried and failed to reproduce this performance loss
This is an entirely unedited version
|
this branch is slow for me. I'm on:
|
Still not seeing anything.
|
oh well, x86_64-only issue maybe? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
on top of this PR, if I include back a precompile workload:
I can see that the time recorded at run time becomes worse:
to
what's the mechanism for this?
The text was updated successfully, but these errors were encountered: