We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e7b0b2 commit d427164Copy full SHA for d427164
base/staticdata.jl
@@ -5,7 +5,7 @@ module StaticData
5
using Core: CodeInstance, MethodInstance
6
using Base: get_world_counter
7
8
-const WORLD_AGE_REVALIDATION_SENTINEL::UInt = 1 # needs to sync with staticdata.c
+const WORLD_AGE_REVALIDATION_SENTINEL::UInt = 1
9
const _jl_debug_method_invalidation = Ref{Union{Nothing,Vector{Any}}}(nothing)
10
debug_method_invalidation(onoff::Bool) =
11
_jl_debug_method_invalidation[] = onoff ? Any[] : nothing
0 commit comments