Remove the scraper

Now that we're using the jit function entry point, we don't need the
scraper.  Thank you for your service, scraper. ❤️
This commit is contained in:
Aaron Patterson 2021-07-15 14:30:43 -07:00 committed by Alan Wu
parent 84a1e04e58
commit 41f405c486
12 changed files with 5 additions and 364 deletions

View file

@ -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)