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 #29326, return type lowering interfering with closure optimization #29346

Merged
merged 1 commit into from
Sep 25, 2018

Conversation

JeffBezanson
Copy link
Sponsor Member

I had a special alternate lowering for return types that used to give slightly smaller code. Now that we linearize everything, it's unnecessary.

@JeffBezanson JeffBezanson added performance Must go faster compiler:lowering Syntax lowering (compiler front end, 2nd stage) backport pending 1.0 labels Sep 24, 2018
@JeffBezanson JeffBezanson merged commit 48f5bb3 into master Sep 25, 2018
@JeffBezanson JeffBezanson deleted the jb/fix29326 branch September 25, 2018 21:40
KristofferC pushed a commit that referenced this pull request Sep 30, 2018
KristofferC pushed a commit that referenced this pull request Feb 11, 2019
KristofferC pushed a commit that referenced this pull request Feb 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler:lowering Syntax lowering (compiler front end, 2nd stage) performance Must go faster
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants