Commit f73c3e7c by Jan Hubicka Committed by Jan Hubicka

* lang.c (java_init_options): Enable unit-at-a-time by default.

From-SVN: r137834
parent 91efdb82
2008-07-15 Jan Hubicka <jh@suse.cz>
* lang.c (java_init_options): Enable unit-at-a-time by default.
2008-07-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* Make-lang.in (jvspec.o): Fix dependencies.
......
......@@ -521,10 +521,6 @@ java_init_options (unsigned int argc ATTRIBUTE_UNUSED,
/* Java requires left-to-right evaluation of subexpressions. */
flag_evaluation_order = 1;
/* Unit at a time is disabled for Java because it is considered
too expensive. */
no_unit_at_a_time_default = 1;
jcf_path_init ();
return CL_Java;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment