--- gforth/Makefile.in 2001/03/01 14:27:22 1.202 +++ gforth/Makefile.in 2001/03/11 21:47:27 1.203 @@ -516,7 +516,7 @@ bench: gforth-fast$(EXE) gforth.fi @echo 'Each benchmark takes about 30s on a 486-66 (gcc-2.6.3 -DFORCE_REG)' time $(FORTH_FAST) siev.fs -e "main bye" time $(FORTH_FAST) bubble.fs -e "main bye" - time $(FORTH_FAST) -m 160000 matrix.fs -e "main bye" + time $(FORTH_FAST) -m 200000 matrix.fs -e "main bye" time $(FORTH_FAST) fib.fs -e "main bye" # ------------- Make forth images @@ -625,6 +625,11 @@ kernel/prim.fs: prim.b prims2x.fs kernel $(CP) $@- $@ $(RM) $@- +kernel/peephole.fs: prim.b prims2x.fs + $(FORTH) -m 1000000 prims2x.fs -e "forth-flag on s\" prim.b\" ' noop ' output-forth-peephole process-file bye" >$@- + $(CP) $@- $@ + $(RM) $@- + gforth$(EXE): engines -$(CP) gforth$(EXE) gforth~ $(CP) engine/$@ $@