Revision: 10903
Author:   [email protected]
Date:     Fri Mar  2 04:50:42 2012
Log:      Disable constructor inlining.

There are failures on Kraken.

[email protected]

Review URL: https://chromiumcodereview.appspot.com/9585011
http://code.google.com/p/v8/source/detail?r=10903

Modified:
 /branches/bleeding_edge/src/flag-definitions.h

=======================================
--- /branches/bleeding_edge/src/flag-definitions.h      Thu Mar  1 04:38:58 2012
+++ /branches/bleeding_edge/src/flag-definitions.h      Fri Mar  2 04:50:42 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, true, "inline constructor calls")
+DEFINE_bool(inline_construct, false, "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

Reply via email to