From 3767c6a90d8970f9b39e9ed116a7b9bbac3f9f26 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sun, 4 Sep 2022 21:53:46 -0700 Subject: Ruby MJIT (#6028) --- win32/Makefile.sub | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'win32') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 05a088fe5c..2910901d7e 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -1313,7 +1313,7 @@ probes.h: {$(VPATH)}probes.dmyh < insns_rules.mk] !else if [for %I in ($(INSNS)) do \ @@ -1331,6 +1331,10 @@ INSNS = opt_sc.inc optinsn.inc optunifs.inc insns.inc insns_info.inc \ ! endif !endif +$(srcdir)/mjit_instruction.rb: $(tooldir)/ruby_vm/views/mjit_instruction.rb.erb + $(ECHO) generating $@ + $(Q) $(BASERUBY) -Ku $(tooldir)/insns2vm.rb $(INSNS2VMOPT) $@ + verconf.h: verconf.mk loadpath: verconf.h -- cgit v1.2.1