https://github.com/JuliaLang/julia
Revision dc8d88559c8293dd6450ef6b1be0b68677750054 authored by Jameson Nash on 25 February 2020, 19:17:31 UTC, committed by Jameson Nash on 03 March 2020, 22:04:18 UTC
Since Tuple is widened slowly, we can end up at Any faster than we want
to. Before jumping to Any, first try a very simple Tuple as the Union
element and see if that reduces the overall complexity sufficiently.
This isn't a correctness change, but it should improve the transitive
stability of the tmerge algorithm.
1 parent 1d08d70
History
Tip revision: dc8d88559c8293dd6450ef6b1be0b68677750054 authored by Jameson Nash on 25 February 2020, 19:17:31 UTC
inference: restore precision lost due to previous bugfix
Tip revision: dc8d885
File Mode Size
base
contrib
deps
doc
etc
src
stdlib
test
ui
.appveyor.yml -rw-r--r-- 2.1 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-- 21.4 KB
HISTORY.md -rw-r--r-- 275.6 KB
LICENSE.md -rw-r--r-- 5.0 KB
Make.inc -rw-r--r-- 41.0 KB
Makefile -rw-r--r-- 27.1 KB
NEWS.md -rw-r--r-- 5.3 KB
README.md -rw-r--r-- 6.3 KB
VERSION -rw-r--r-- 10 bytes
sysimage.mk -rw-r--r-- 3.8 KB

README.md

back to top