https://github.com/JuliaLang/julia
Revision ac063cef6a4d8cfc8677a3db8ad1a32ad54a9ea2 authored by Jameson Nash on 09 November 2016, 17:44:40 UTC, committed by Jameson Nash on 09 November 2016, 17:44:40 UTC
this could be causing us to lose gc-roots for running functions
and makes inference confused when this function doesn't have a stable answer
that is especially problematic for Expr(:invoke),
which is trying to use the guarantee of uniqueness and stability to inline dispatch
1 parent 25f7066
Raw File
Tip revision: ac063cef6a4d8cfc8677a3db8ad1a32ad54a9ea2 authored by Jameson Nash on 09 November 2016, 17:44:40 UTC
don't delete entries from the specializations cache
Tip revision: ac063ce
VERSION
0.5.1-pre
back to top