Revision: 24905
Author:   [email protected]
Date:     Mon Oct 27 12:46:44 2014 UTC
Log:      Enable turbofan deoptimization by default.

BUG=
[email protected]

Review URL: https://codereview.chromium.org/638833004
https://code.google.com/p/v8/source/detail?r=24905

Modified:
 /branches/bleeding_edge/test/benchmarks/testcfg.py
 /branches/bleeding_edge/test/mjsunit/mjsunit.status
 /branches/bleeding_edge/tools/run-tests.py

=======================================
--- /branches/bleeding_edge/test/benchmarks/testcfg.py Mon Oct 13 09:30:27 2014 UTC +++ /branches/bleeding_edge/test/benchmarks/testcfg.py Mon Oct 27 12:46:44 2014 UTC
@@ -186,7 +186,7 @@
     # Both --nocrankshaft and --stressopt are very slow. Add TF but without
     # always opt to match the way the benchmarks are run for performance
     # testing.
-    return [[], ["--turbo-asm", "--turbo-filter=*"]]
+ return [[], ["--turbo-asm", "--turbo-filter=*", "--turbo-deoptimization"]]


 def GetSuite(name, root):
=======================================
--- /branches/bleeding_edge/test/mjsunit/mjsunit.status Tue Oct 21 14:17:08 2014 UTC +++ /branches/bleeding_edge/test/mjsunit/mjsunit.status Mon Oct 27 12:46:44 2014 UTC
@@ -72,6 +72,9 @@
   'compare-known-objects-slow': [PASS, NO_VARIANTS],
   'elements-kind': [PASS, NO_VARIANTS],

+  # TODO(jarin) Traversal of large frame states is too slow.
+  'regress/regress-2612': [PASS, ['mode == debug', SKIP]],
+
   # Some tests are just too slow to run for now.
   'bit-not': [PASS, NO_VARIANTS],
   'json2': [PASS, NO_VARIANTS],
=======================================
--- /branches/bleeding_edge/tools/run-tests.py  Wed Oct 22 12:54:35 2014 UTC
+++ /branches/bleeding_edge/tools/run-tests.py  Mon Oct 27 12:46:44 2014 UTC
@@ -87,7 +87,7 @@
 VARIANT_FLAGS = {
     "default": [],
     "stress": ["--stress-opt", "--always-opt"],
-    "turbofan": ["--turbo-asm", "--turbo-filter=*", "--always-opt"],
+ "turbofan": ["--turbo-asm", "--turbo-filter=*", "--always-opt", "--turbo-deoptimization"],
     "nocrankshaft": ["--nocrankshaft"]}

 VARIANTS = ["default", "stress", "turbofan", "nocrankshaft"]

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to