summaryrefslogtreecommitdiff
path: root/yjit_iface.h
diff options
context:
space:
mode:
authorJohn Hawthorn <john@hawthorn.email>2021-08-30 20:58:53 -0700
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:39 -0400
commit3ecc6befcdfb14c6bfd345bd6bebd2e84dc32c27 (patch)
treeacb3ff0fd7944c055f90a101cb2aa970ea564051 /yjit_iface.h
parentfbde1d9bee1da0a27ead6ce3ae7bc4411b10198d (diff)
Implement invokesuper using cfp->ep[ME] check
This fixes and re-enables invokesuper, replacing the existing guards with a guard on the method entry for the EP.
Diffstat (limited to 'yjit_iface.h')
-rw-r--r--yjit_iface.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/yjit_iface.h b/yjit_iface.h
index 7aa8206f1e..65e3c28558 100644
--- a/yjit_iface.h
+++ b/yjit_iface.h
@@ -66,6 +66,9 @@ YJIT_DECLARE_COUNTERS(
traced_cfunc_return,
+ invokesuper_me_changed,
+ invokesuper_block,
+
leave_se_interrupt,
leave_interp_return,
leave_start_pc_non_zero,