Reviewers: Vyacheslav Egorov,
Description:
Enable constructor inlining by default again.
[email protected]
TEST=mjsunit/compiler/inline-construct
Please review this at https://chromiumcodereview.appspot.com/9601010/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M src/flag-definitions.h
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index
9ab8ab5048e79352bd80bebdfa0c704449afa570..4f4ad6a84b4e2eb11757304126839772099f4807
100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -168,7 +168,7 @@ DEFINE_bool(use_osr, true, "use on-stack replacement")
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