Skip to content

Commit 8d05eb6

Browse files
authored
add TYPE_CACHE_INSERT to the disabled frequent event list (#58235)
1 parent db75908 commit 8d05eb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/timing.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ void jl_init_timing(void)
194194
error |= jl_timing_set_enable("METHOD_LOOKUP_FAST", 0);
195195
error |= jl_timing_set_enable("AST_COMPRESS", 0);
196196
error |= jl_timing_set_enable("AST_UNCOMPRESS", 0);
197+
error |= jl_timing_set_enable("TYPE_CACHE_INSERT", 0);
197198
if (error)
198199
jl_error("invalid timing subsystem encountered in jl_init_timing");
199200
#endif

0 commit comments

Comments
 (0)