Revision 6be72c6574c0c7fec62ec7fc58e17680eabee5f2 authored by Jakob Nybo Nissen on 24 October 2022, 11:36:47 UTC, committed by GitHub on 24 October 2022, 11:36:47 UTC
On current master, calling methodswith compiles a new specialization for each
type being checked, which easily runs into the hundreds of specializations,
completely unnecessarily.
This PR adds a bunch of nospecialize statements to methodswith to reduce
latency significantly.
1 parent a8bf137
Raw File
llvm.version
## jll artifact
LLVM_JLL_NAME := libLLVM
LLVM_ASSERT_JLL_VER := 14.0.5+3

## source build
LLVM_VER := 14.0.5
LLVM_BRANCH=julia-14.0.6-0
LLVM_SHA1=julia-14.0.6-0
back to top