summaryrefslogtreecommitdiff
path: root/yjit_iface.h
diff options
context:
space:
mode:
authorAaron Patterson <tenderlove@ruby-lang.org>2021-04-21 13:01:03 -0700
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:34 -0400
commit435d7c5088295be99d83464f2c924401844f03af (patch)
treedca5a5bf7a877bdb191a531da58043694e0a1b26 /yjit_iface.h
parent035b5ac3bb3e1e9414aee3c285414c739c9c54d2 (diff)
Improve set instance variable
This commit improves the set ivar implementation.
Diffstat (limited to 'yjit_iface.h')
-rw-r--r--yjit_iface.h7
1 files changed, 7 insertions, 0 deletions
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,