* configure.ac (ENABLE_LOOP): Changed default to "no".
authoredwin <none@none>
Thu, 20 Apr 2006 18:04:18 +0000 (18:04 +0000)
committeredwin <none@none>
Thu, 20 Apr 2006 18:04:18 +0000 (18:04 +0000)
commit6597b83e4751faaa2aa9111d8a9f8a03d9923e14
tree47441f2fa6eccfc9919b99f84a11b9993f1546cf
parentb980356c380d9f91d9579bd069f97bb06ddba813
* configure.ac (ENABLE_LOOP): Changed default to "no".

* src/vm/options.h (opt_loops): Only define for ENABLE_LOOP.

* src/vm/options.c (opt_loops): Only define for ENABLE_LOOP.

* src/vm/vm.c (-oloop, -i): Only recognize these options if
enabled with ENABLE_LOOP/ENABLE_INLINING.

* src/vm/jit/allocator/lsra.c (opt_loops): Only use for ENABLE_LOOP.
configure.ac
src/vm/jit/allocator/lsra.c
src/vm/options.c
src/vm/options.h
src/vm/vm.c