Reviewers: fschneider,
Description:
Enable constructor inlining.
[email protected]
Please review this at https://chromiumcodereview.appspot.com/9706095/
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
7a064fc7b546f916fc40cb05f149ab00b9017687..729857192ac9c4d122f92cd5abb2f209623737b4
100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -192,7 +192,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_bool(inline_arguments, true, "inline functions with arguments
object")
DEFINE_int(loop_weight, 1, "loop weight for representation inference")
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev