aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-07-27 17:27:05 -0700
committerGitHub <noreply@github.com>2023-07-27 17:27:05 -0700
commit38be9a9b72d606024eb94900ed834b08493a1518 (patch)
tree7abc4724382a6d226eb4f9e2584fb606a477a8d6 /template
parentbf4d64d8d0a35a1e92707e0cb2706348f21eb9b5 (diff)
downloadruby-38be9a9b72d606024eb94900ed834b08493a1518.tar.gz
Clean up OPT_STACK_CACHING (#8132)
Diffstat (limited to 'template')
-rw-r--r--template/Makefile.in3
-rw-r--r--template/prelude.c.tmpl1
2 files changed, 1 insertions, 3 deletions
diff --git a/template/Makefile.in b/template/Makefile.in
index 7ca7e89032..1b490b23e9 100644
--- a/template/Makefile.in
+++ b/template/Makefile.in
@@ -580,7 +580,7 @@ update-known-errors:
errno --list | cut -d' ' -f1 | sort -u - $(srcdir)/defs/known_errors.def | \
$(IFCHANGE) $(srcdir)/defs/known_errors.def -
-INSNS = opt_sc.inc optinsn.inc optunifs.inc insns.inc insns_info.inc \
+INSNS = optinsn.inc optunifs.inc insns.inc insns_info.inc \
vmtc.inc vm.inc
$(INSNS): $(srcdir)/insns.def vm_opts.h \
@@ -620,7 +620,6 @@ $(INSNS): $(srcdir)/insns.def vm_opts.h \
$(tooldir)/ruby_vm/views/_trace_instruction.erb \
$(tooldir)/ruby_vm/views/insns.inc.erb \
$(tooldir)/ruby_vm/views/insns_info.inc.erb \
- $(tooldir)/ruby_vm/views/opt_sc.inc.erb \
$(tooldir)/ruby_vm/views/optinsn.inc.erb \
$(tooldir)/ruby_vm/views/optunifs.inc.erb \
$(tooldir)/ruby_vm/views/vm.inc.erb \
diff --git a/template/prelude.c.tmpl b/template/prelude.c.tmpl
index 7c2f8181a0..aa8b0c1fef 100644
--- a/template/prelude.c.tmpl
+++ b/template/prelude.c.tmpl
@@ -186,7 +186,6 @@ prelude_eval(VALUE code, VALUE name, int line)
TRUE, /* unsigned int specialized_instruction; */
TRUE, /* unsigned int operands_unification; */
TRUE, /* unsigned int instructions_unification; */
- TRUE, /* unsigned int stack_caching; */
TRUE, /* unsigned int frozen_string_literal; */
FALSE, /* unsigned int debug_frozen_string_literal; */
FALSE, /* unsigned int coverage_enabled; */