summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorIan C. Anderson <ian@iancanderson.com>2021-10-25 10:40:33 -0400
committerGitHub <noreply@github.com>2021-10-25 10:40:33 -0400
commite943511455acfd70dc3bd085038969a11802d688 (patch)
treec2a49aec9b1657a16ec7820976cad0a11f96cf1f /common.mk
parent1c0c8d5da2abc84a56ca4b66b73e0c262df0fbbe (diff)
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 <john@hawthorn.email> Co-authored-by: John Hawthorn <john@hawthorn.email>
Notes
Notes: Merged-By: maximecb <maximecb@ruby-lang.org>
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk1
1 files changed, 1 insertions, 0 deletions
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