Revision b79226e6618794d52d0799d8596ca45d1622788c authored by Shuhei Kadowaki on 17 September 2022, 02:59:15 UTC, committed by KristofferC on 19 September 2022, 08:29:48 UTC
Sometimes `Core.Compiler.findall(::Type, ::CachedMethodTable; limit::Int)`
is called with different `limit` setting (in particularity
`return_type_tfunc` calls it with `limit=-1`). The query should return
different results given different `limit` settings, so its cache should
also have different keys per different `limit` settings.

fix #46722
1 parent 86d0354
History
File Mode Size
trampolines
.gitignore -rw-r--r-- 33 bytes
Makefile -rw-r--r-- 7.2 KB
README.md -rw-r--r-- 4.1 KB
jl_exports.h -rw-r--r-- 2.1 KB
list_strip_symbols.h -rw-r--r-- 284 bytes
loader.h -rw-r--r-- 3.0 KB
loader_exe.c -rw-r--r-- 2.3 KB
loader_lib.c -rw-r--r-- 10.4 KB
loader_win_utils.c -rw-r--r-- 5.2 KB

README.md

back to top