File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -27,17 +27,13 @@ YJIT_DECLARE_COUNTERS(
27
27
28
28
send_callsite_not_simple ,
29
29
send_kw_splat ,
30
- send_ic_empty ,
31
- send_invalid_cme ,
32
30
send_ivar_set_method ,
33
31
send_zsuper_method ,
34
- send_alias_method ,
35
32
send_undef_method ,
36
33
send_optimized_method ,
37
34
send_missing_method ,
38
35
send_bmethod ,
39
36
send_refined_method ,
40
- send_unknown_method_type ,
41
37
send_cfunc_ruby_array_varg ,
42
38
send_cfunc_argc_mismatch ,
43
39
send_cfunc_toomany_args ,
@@ -47,9 +43,7 @@ YJIT_DECLARE_COUNTERS(
47
43
send_iseq_complex_callee ,
48
44
send_not_implemented_method ,
49
45
send_getter_arity ,
50
- send_se_receiver_not_heap ,
51
46
send_se_cf_overflow ,
52
- send_se_cc_klass_differ ,
53
47
send_se_protected_check_failed ,
54
48
55
49
leave_se_finish_frame ,
@@ -60,7 +54,6 @@ YJIT_DECLARE_COUNTERS(
60
54
getivar_idx_out_of_range ,
61
55
getivar_undef ,
62
56
getivar_name_not_mapped ,
63
- getivar_not_object ,
64
57
65
58
setivar_se_self_not_heap ,
66
59
setivar_idx_out_of_range ,
You can’t perform that action at this time.
0 commit comments