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 #17105, @ inferred with kwargs #17346

Merged
merged 2 commits into from
Jul 15, 2016
Merged

Fix #17105, @ inferred with kwargs #17346

merged 2 commits into from
Jul 15, 2016

Conversation

simonster
Copy link
Member

Also fixes #9818 (incorrect @code_typed with kwargs) since otherwise @inferred with kwargs would sometimes be wrong. This does not fix #17127, so @code_typed output is still not necessarily useful.

Someone who knows how keyword argument dispatch works should check that I'm doing this right.

@simonster
Copy link
Member Author

Bump. Can someone with kwarg dispatch expertise take a look at this?

@kshyatt kshyatt added the types and dispatch Types, subtyping and method dispatch label Jul 13, 2016
Also fixes #9818 (incorrect @ code_typed with kwargs) since otherwise
@ inferred with kwargs would sometimes be wrong.
@simonster simonster merged commit 1fd440e into master Jul 15, 2016
@simonster simonster deleted the sjk/17105 branch July 15, 2016 23:34
@tkelman
Copy link
Contributor

tkelman commented Jul 18, 2016

This seemed to make the numbers test dramatically slower on 32 bit Linux (maybe elsewhere osx travis too). Compare https://travis-ci.org/JuliaLang/julia/jobs/145128790, 87.28 seconds at 653c98e vs https://travis-ci.org/JuliaLang/julia/jobs/145142302, 729.07 seconds at 1fd440e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
types and dispatch Types, subtyping and method dispatch
Projects
None yet
3 participants