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 #15468, inefficient lowering of keyword+optional args #15511

Merged
merged 1 commit into from
Mar 15, 2016

Conversation

JeffBezanson
Copy link
Member

It turns out to be much better to do keyword arg lowering first, then add definitions for optional args. This fixes #15468, plus generates less code.

JeffBezanson added a commit that referenced this pull request Mar 15, 2016
fix #15468, inefficient lowering of keyword+optional args
@JeffBezanson JeffBezanson merged commit 6b5a05e into master Mar 15, 2016
@tkelman tkelman deleted the jb/fix15468 branch March 16, 2016 00:42
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.

keyword args + default args = type instability
1 participant