From e943511455acfd70dc3bd085038969a11802d688 Mon Sep 17 00:00:00 2001 From: "Ian C. Anderson" Date: Mon, 25 Oct 2021 10:40:33 -0400 Subject: YJIT: Implement duphash (#5009) `duphash` showed up in the top-20 most frequent exit ops for @jhawthorn's benchmark that renders github.com/about The implementation was almost exactly the same as `duparray` Co-authored-by: John Hawthorn Co-authored-by: John Hawthorn --- common.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'common.mk') diff --git a/common.mk b/common.mk index c3c599d24d..1fc5922710 100644 --- a/common.mk +++ b/common.mk @@ -16903,6 +16903,7 @@ yjit.$(OBJEXT): $(top_srcdir)/internal/class.h yjit.$(OBJEXT): $(top_srcdir)/internal/compile.h yjit.$(OBJEXT): $(top_srcdir)/internal/compilers.h yjit.$(OBJEXT): $(top_srcdir)/internal/gc.h +yjit.$(OBJEXT): $(top_srcdir)/internal/hash.h yjit.$(OBJEXT): $(top_srcdir)/internal/imemo.h yjit.$(OBJEXT): $(top_srcdir)/internal/object.h yjit.$(OBJEXT): $(top_srcdir)/internal/re.h -- cgit v1.2.3