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 3605ab4 commit e76141cCopy full SHA for e76141c
src/mono/mono/mini/interp/tiering.c
@@ -131,6 +131,8 @@ register_imethod_data_item (gpointer data, gpointer user_data)
131
void
132
mono_interp_clear_data_items_patch_sites (gpointer *data_items, int n_data_items)
133
{
134
+ if (!enable_tiering)
135
+ return;
136
// data_items is part of the memory of a dynamic method that is being freed.
137
// slots within this memory can be registered as patch sites for other imethods
138
// We conservatively assume each slot could be an imethod slot, then look it up
0 commit comments