From 435d7c5088295be99d83464f2c924401844f03af Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Wed, 21 Apr 2021 13:01:03 -0700 Subject: Improve set instance variable This commit improves the set ivar implementation. --- yjit_iface.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'yjit_iface.h') diff --git a/yjit_iface.h b/yjit_iface.h index cc8d3f7012..eabaff1955 100644 --- a/yjit_iface.h +++ b/yjit_iface.h @@ -57,6 +57,13 @@ YJIT_DECLARE_COUNTERS( getivar_name_not_mapped, getivar_not_object, + setivar_se_self_not_heap, + setivar_idx_out_of_range, + setivar_val_heapobject, + setivar_name_not_mapped, + setivar_not_object, + setivar_frozen, + oaref_argc_not_one, oaref_arg_not_fixnum, -- cgit v1.2.3