https://github.com/JuliaLang/julia
Revision 07a3c9e9063962346545734c92c47e7bd1bd9185 authored by Jameson Nash on 09 January 2021, 04:17:39 UTC, committed by Kristoffer on 09 January 2021, 10:54:49 UTC
Sometimes we want to widen the compilation signature, but then end up
with something which does not fit the original pattern. This then can
cause problems later, when we try to use the Method (from the cache),
but discover it does not actually match the call.

Fixes #38999

(cherry picked from commit 8937f7e522c9b3f96920d2f196f452c9f8a9e248)
1 parent 684156d
History
Tip revision: 07a3c9e9063962346545734c92c47e7bd1bd9185 authored by Jameson Nash on 09 January 2021, 04:17:39 UTC
gf: avoid adding cache entries wider than the original method (#39140)
Tip revision: 07a3c9e
File Mode Size
.devcontainer
base
cli
contrib
deps
doc
etc
src
stdlib
test
.clang-format -rw-r--r-- 3.3 KB
.gitattributes -rw-r--r-- 65 bytes
.gitignore -rw-r--r-- 283 bytes
.mailmap -rw-r--r-- 11.0 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-- 49.5 KB
Makefile -rw-r--r-- 25.2 KB
NEWS.md -rw-r--r-- 21.1 KB
README.md -rw-r--r-- 6.9 KB
VERSION -rw-r--r-- 12 bytes
sysimage.mk -rw-r--r-- 3.9 KB

README.md

back to top