-
Notifications
You must be signed in to change notification settings - Fork 51
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
Specialize MI if necessary #553
Conversation
Co-authored-by: Jameson Nash <vtjnash@gmail.com>
So this is now ~70ns |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
!isdispatchtuple(mi.specTypes)
is true, you are guaranteed to get back the exact same mi
object
Okay using
With
|
With |
Could I interest you in fixing this in JuliaInterpreter, now that you know all of the secrets? |
I could fix this in Base for |
@vtjnash is there a way to speedup this query? For
identity(::Int)
this currently takes ~500nsThe goal here is to compute the
mi
we would haveinvoked
.