From f911e264a1d539b6c99542d07f72af10ed91ae87 Mon Sep 17 00:00:00 2001 From: eileencodes Date: Fri, 1 Oct 2021 13:43:00 -0400 Subject: Add counted side exit to getblockparamproxy This is so we know the specific reason we're exiting this instruction. Co-authored-by: Aaron Patterson tenderlove@ruby-lang.org --- yjit_iface.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'yjit_iface.h') diff --git a/yjit_iface.h b/yjit_iface.h index de6c94da9a..639c728c0c 100644 --- a/yjit_iface.h +++ b/yjit_iface.h @@ -107,6 +107,9 @@ YJIT_DECLARE_COUNTERS( expandarray_not_array, expandarray_rhs_too_small, + block_param_is_modified, + block_handler_is_not_iseq, + // Member with known name for iterating over counters last_member ) -- cgit v1.2.3