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
base
contrib
deps
doc
etc
examples
src
test
ui
.gitignore -rw-r--r-- 207 bytes
.mailmap -rw-r--r-- 9.5 KB
.travis.yml -rw-r--r-- 4.9 KB
CONTRIBUTING.md -rw-r--r-- 18.9 KB
DISTRIBUTING.md -rw-r--r-- 8.3 KB
HISTORY.md -rw-r--r-- 73.8 KB
LICENSE.md -rw-r--r-- 5.2 KB
Make.inc -rw-r--r-- 32.5 KB
Makefile -rw-r--r-- 27.7 KB
NEWS.md -rw-r--r-- 30.3 KB
README.arm.md -rw-r--r-- 4.3 KB
README.md -rw-r--r-- 28.5 KB
README.windows.md -rw-r--r-- 17.6 KB
VERSION -rw-r--r-- 10 bytes
Windows.inc -rw-r--r-- 1.5 KB
appveyor.yml -rw-r--r-- 2.1 KB

README.md

back to top