changeset 817 | 89f9c68fc417 |
parent 815 | f56d18757526 |
child 825 | dca072e2bb7d |
--- a/progs/while-arrays/compile_bfc.sc Thu Dec 03 06:37:09 2020 +0000 +++ b/progs/while-arrays/compile_bfc.sc Fri Dec 04 14:48:40 2020 +0000 @@ -20,8 +20,8 @@ // load the compiler -import $file.compile_arrays -import compile_arrays._ +import $file.compile_arrays2 +import compile_arrays2._ def time_needed[T](i: Int, code: => T) = { val start = System.nanoTime()