From 3ecc6befcdfb14c6bfd345bd6bebd2e84dc32c27 Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Mon, 30 Aug 2021 20:58:53 -0700 Subject: 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. --- 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 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, -- cgit v1.2.3