* src/vm/options.h, src/vm/options.c (getloadingtime): Renamed to
authoredwin <none@none>
Tue, 25 Apr 2006 12:25:43 +0000 (12:25 +0000)
committeredwin <none@none>
Tue, 25 Apr 2006 12:25:43 +0000 (12:25 +0000)
commitaca4070960f640e1527eff42533491af38177882
tree836074b0eb00c94a40356a8af383964c3b334ed2
parent72066a87afd35a5082048ad0fd82ffce51cca0de
* src/vm/options.h, src/vm/options.c (getloadingtime): Renamed to
opt_getloadingtime. Only defined for ENABLE_STATISTICS.
(getcompilingtime): Renamed to opt_getcompilingtime.
Only defined for ENABLE_STATISTICS.

* src/vm/loader.c (getloadingtime, getcompilingtime): Renamed.
* src/vm/jit/jit.c: Likewise.
* src/vm/linker.c: Likewise.
* src/native/vm/VMClassLoader.c: Likewise.

* src/vm/vm.c (OPT_TIME): Only defined for ENABLE_STATISTICS.

* configure.ac (--enable-statistics): Now statistics are disabled by
default.
configure.ac
src/native/vm/VMClassLoader.c
src/vm/jit/jit.c
src/vm/linker.c
src/vm/loader.c
src/vm/options.c
src/vm/options.h
src/vm/vm.c