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
History
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
File Mode Size
.gitignore -rw-r--r-- 33 bytes
Makefile -rw-r--r-- 2.6 KB
repl.c -rw-r--r-- 7.2 KB

back to top