From 6c618cb78922b1666210c9289cd242f87186517f Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Thu, 5 Jan 2023 17:13:08 -0800 Subject: Use a different name for megamorphic setivar exits We should differentiate between set and get for megamorphic exits. This patch fixes the megamorphic exit name in gen_setinstancevariable so that we can tell the difference between megamorphic get / set sites --- yjit/src/stats.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'yjit/src/stats.rs') diff --git a/yjit/src/stats.rs b/yjit/src/stats.rs index 91e4ec078f..8fc9245364 100644 --- a/yjit/src/stats.rs +++ b/yjit/src/stats.rs @@ -256,6 +256,7 @@ make_counters! { setivar_name_not_mapped, setivar_not_object, setivar_frozen, + setivar_megamorphic, oaref_argc_not_one, oaref_arg_not_fixnum, -- cgit v1.2.1