summaryrefslogtreecommitdiff
path: root/yjit_iface.h
diff options
context:
space:
mode:
authorNoah Gibbs <noah.gibbs@shopify.com>2021-09-22 16:04:37 +0100
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:41 -0400
commita0790e6335094e0124bae3d5b53ed2264fc7a791 (patch)
tree4784e4483616cfc56a5f9b2115c6d1814a0a5f7b /yjit_iface.h
parent0c1aa17556357ca3cb5802d7a23965ed820973e4 (diff)
Break up callsite_not_simple into multiple cases.
Diffstat (limited to 'yjit_iface.h')
-rw-r--r--yjit_iface.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/yjit_iface.h b/yjit_iface.h
index 946ab5bb85..ea57dc1282 100644
--- a/yjit_iface.h
+++ b/yjit_iface.h
@@ -38,8 +38,10 @@ static char yjit_counter_names[] = #__VA_ARGS__;
YJIT_DECLARE_COUNTERS(
exec_instruction,
- send_callsite_not_simple,
+ send_keywords,
send_kw_splat,
+ send_args_splat,
+ send_block_arg,
send_ivar_set_method,
send_zsuper_method,
send_undef_method,