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 aa0e223 commit e26756dCopy full SHA for e26756d
src/jitlayers.h
@@ -241,7 +241,7 @@ struct jl_codegen_params_t {
241
SmallVector<cfunc_decl_t,0> cfuncs;
242
std::map<void*, GlobalVariable*> global_targets;
243
jl_array_t *temporary_roots = nullptr;
244
- SmallSet<jl_value_t *, 0> temporary_roots_set;
+ SmallSet<jl_value_t *, 8> temporary_roots_set;
245
std::map<std::tuple<jl_code_instance_t*,bool>, GlobalVariable*> external_fns;
246
std::map<jl_datatype_t*, DIType*> ditypes;
247
std::map<jl_datatype_t*, Type*> llvmtypes;
0 commit comments