From 41f405c486a01c1a16c3f102c11d41c8fbbafe60 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Thu, 15 Jul 2021 14:30:43 -0700 Subject: Remove the scraper MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now that we're using the jit function entry point, we don't need the scraper. Thank you for your service, scraper. ❤️ --- vm_exec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vm_exec.h') diff --git a/vm_exec.h b/vm_exec.h index a1a1f2e9b3..89c925cbb4 100644 --- a/vm_exec.h +++ b/vm_exec.h @@ -81,7 +81,7 @@ error ! RSTRING_PTR(rb_iseq_path(reg_cfp->iseq)), \ rb_iseq_line_no(reg_cfp->iseq, reg_pc - reg_cfp->iseq->body->iseq_encoded)); \ } \ - if (USE_INSNS_COUNTER && BIN(insn) != BIN(yjit_call_example_with_ec)) vm_insns_counter_count_insn(BIN(insn)); + if (USE_INSNS_COUNTER) vm_insns_counter_count_insn(BIN(insn)); #define INSN_DISPATCH_SIG(insn) -- cgit v1.2.1