https://github.com/JuliaLang/julia
Revision 81597635c4ad1e8c2e1c5753fda4ec0e7397543f authored by Tim Holy on 19 August 2020, 16:05:08 UTC, committed by GitHub on 19 August 2020, 16:05:08 UTC
Improve inference on some type-, Expr-, and error operations

This aims to reduce our backedges to operations like `+(::Int, ::Any)`.
One noteworthy change is the eltype of `CodeInfo.codelocs`.
1 parent c6f1f1a
History
Tip revision: 81597635c4ad1e8c2e1c5753fda4ec0e7397543f authored by Tim Holy on 19 August 2020, 16:05:08 UTC
Improve inference on some type-, Expr-, and error operations (#37086)
Tip revision: 8159763
File Mode Size
.devcontainer
base
contrib
deps
doc
etc
src
stdlib
test
ui
.appveyor.yml -rw-r--r-- 2.1 KB
.clang-format -rw-r--r-- 3.3 KB
.gitattributes -rw-r--r-- 65 bytes
.gitignore -rw-r--r-- 273 bytes
.mailmap -rw-r--r-- 11.0 KB
.travis.yml -rw-r--r-- 6.1 KB
CITATION.bib -rw-r--r-- 2.6 KB
CONTRIBUTING.md -rw-r--r-- 19.9 KB
HISTORY.md -rw-r--r-- 292.0 KB
LICENSE.md -rw-r--r-- 5.0 KB
Make.inc -rw-r--r-- 44.6 KB
Makefile -rw-r--r-- 26.5 KB
NEWS.md -rw-r--r-- 7.0 KB
README.md -rw-r--r-- 6.5 KB
VERSION -rw-r--r-- 10 bytes
sysimage.mk -rw-r--r-- 3.9 KB

README.md

back to top