Revision: 10923 Author: [email protected] Date: Mon Mar 5 06:20:58 2012 Log: Enable constructor inlining by default again.
[email protected] TEST=mjsunit/compiler/inline-construct Review URL: https://chromiumcodereview.appspot.com/9601010 http://code.google.com/p/v8/source/detail?r=10923 Modified: /branches/bleeding_edge/src/flag-definitions.h ======================================= --- /branches/bleeding_edge/src/flag-definitions.h Fri Mar 2 04:50:42 2012 +++ /branches/bleeding_edge/src/flag-definitions.h Mon Mar 5 06:20:58 2012 @@ -168,7 +168,7 @@ DEFINE_bool(trace_osr, false, "trace on-stack replacement") DEFINE_int(stress_runs, 0, "number of stress runs") DEFINE_bool(optimize_closures, true, "optimize closures") -DEFINE_bool(inline_construct, false, "inline constructor calls") +DEFINE_bool(inline_construct, true, "inline constructor calls") DEFINE_int(loop_weight, 1, "loop weight for representation inference") DEFINE_bool(optimize_for_in, true, -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
