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 a789092 commit c6d55a1Copy full SHA for c6d55a1
src/jitlayers.cpp
@@ -499,7 +499,7 @@ void jl_generate_fptr_for_unspecialized_impl(jl_code_instance_t *unspec)
499
// TODO: this is wrong
500
assert(def->generator);
501
// TODO: jl_code_for_staged can throw
502
- src = jl_code_for_staged(unspec->def, unspec->min_world);
+ src = jl_code_for_staged(unspec->def, ~(size_t)0);
503
}
504
if (src && (jl_value_t*)src != jl_nothing)
505
src = jl_uncompress_ir(def, NULL, (jl_array_t*)src);
0 commit comments