Skip to content

Commit 312c95d

Browse files
authored
Merge pull request #108 from Shopify/remove_unused_yjit_counters
Remove seven YJIT counters that are no longer used.
2 parents 5646a30 + 59e0ad1 commit 312c95d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

yjit_iface.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,13 @@ YJIT_DECLARE_COUNTERS(
2727

2828
send_callsite_not_simple,
2929
send_kw_splat,
30-
send_ic_empty,
31-
send_invalid_cme,
3230
send_ivar_set_method,
3331
send_zsuper_method,
34-
send_alias_method,
3532
send_undef_method,
3633
send_optimized_method,
3734
send_missing_method,
3835
send_bmethod,
3936
send_refined_method,
40-
send_unknown_method_type,
4137
send_cfunc_ruby_array_varg,
4238
send_cfunc_argc_mismatch,
4339
send_cfunc_toomany_args,
@@ -47,9 +43,7 @@ YJIT_DECLARE_COUNTERS(
4743
send_iseq_complex_callee,
4844
send_not_implemented_method,
4945
send_getter_arity,
50-
send_se_receiver_not_heap,
5146
send_se_cf_overflow,
52-
send_se_cc_klass_differ,
5347
send_se_protected_check_failed,
5448

5549
leave_se_finish_frame,
@@ -60,7 +54,6 @@ YJIT_DECLARE_COUNTERS(
6054
getivar_idx_out_of_range,
6155
getivar_undef,
6256
getivar_name_not_mapped,
63-
getivar_not_object,
6457

6558
setivar_se_self_not_heap,
6659
setivar_idx_out_of_range,

0 commit comments

Comments
 (0)