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 0e95093 commit 68ba7b6Copy full SHA for 68ba7b6
src/jitlayers.h
@@ -246,7 +246,7 @@ struct jl_codegen_params_t {
246
SmallVector<cfunc_decl_t,0> cfuncs;
247
std::map<void*, GlobalVariable*> global_targets;
248
jl_array_t *temporary_roots = nullptr;
249
- SmallSet<jl_value_t *, 0> temporary_roots_set;
+ SmallSet<jl_value_t *, 8> temporary_roots_set;
250
std::map<std::tuple<jl_code_instance_t*,bool>, GlobalVariable*> external_fns;
251
std::map<jl_datatype_t*, DIType*> ditypes;
252
std::map<jl_datatype_t*, Type*> llvmtypes;
0 commit comments