-
-
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
JIT-ing time regression #9131
Comments
this is odd. simply wrapping code_typed in a function causes a dramatic slowdown:
vs.
although type inference itself does not seem to be a problem:
|
indeed, the issue appears to be that
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This function compiles in less than 0.03s in julia0.3 but takes more than 5s in julia0.4:
Changing the type annotations in the signature does not seem to do anything.
The text was updated successfully, but these errors were encountered: