Skip to content
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

Fix performance regression with inlining failure on Julia v1.3.0 (Fixes #144) #145

Merged
merged 1 commit into from
Nov 30, 2019

Conversation

kimikage
Copy link
Collaborator

Julia 1.3.0 generates more redundant intermediate codes which are eventually optimized.
This trivial change reduces the redundant intermediate codes to promote inlining. (Fixes #144)

Julia 1.3.0 generates more redundant intermediate codes which are eventually optimized.
This trivial change reduces the redundant intermediate codes to promote inlining.
@vchuravy
Copy link
Collaborator

Do you want to resurrect #69 ;) would be good to have measurements for before and after

@kimikage
Copy link
Collaborator Author

I personally like the idea of ​​#69. However, the result is like a horoscope and is not really useful for most people.:sweat_smile:

Copy link
Member

@timholy timholy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great detective work!

@kimikage kimikage merged commit 49627e2 into JuliaMath:master Nov 30, 2019
@kimikage kimikage deleted the issue144 branch November 30, 2019 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Performance regression in Normed -> Float conversions on Julia v1.3.0
3 participants