progs/while-compiler-arrays/compile_bfc.sc
changeset 747 077fc2e5412c
parent 745 7dc3643a0cc5
child 757 ea0be0662be0
--- a/progs/while-compiler-arrays/compile_bfc.sc	Mon Aug 24 00:24:58 2020 +0100
+++ b/progs/while-compiler-arrays/compile_bfc.sc	Mon Aug 24 15:03:55 2020 +0100
@@ -13,7 +13,7 @@
 //       * the jasmin assembly file is 236k
 //       * the resulting Java program takes about 20 secs 
 //
-// Call with (X being 0,1,..,5)
+// Call with (X being 0,1,..,4)
 //
 //  amm compile_bfc.sc all
 //  amm compile_bfc.sc bfcX
@@ -295,7 +295,7 @@
 def bfc4() = bf_run(read(pwd / "mandelbrot.bf"), "mand")
 
 
-// this hits the capacity of the JVM, even with optimisations
+// this unfortunately hits the capacity of the JVM, even with optimisations
 //@doc(" Coolatz serries up to 30.")
 //@main
 //def bfc5() = bf_run(read(pwd / "collatz.bf"), "coll")