diff -r f650c1b079e3 -r 5c6ceb1c5d07 progs/while-arrays/compile_bfc.sc --- 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()