Revision: 20798
Author:   [email protected]
Date:     Wed Apr 16 11:56:51 2014 UTC
Log:      Improve execution time of cctest/test-types.

[email protected]

Review URL: https://codereview.chromium.org/239513009
http://code.google.com/p/v8/source/detail?r=20798

Modified:
 /branches/bleeding_edge/test/cctest/test-types.cc

=======================================
--- /branches/bleeding_edge/test/cctest/test-types.cc Mon Apr 14 15:35:36 2014 UTC +++ /branches/bleeding_edge/test/cctest/test-types.cc Wed Apr 16 11:56:51 2014 UTC
@@ -139,7 +139,7 @@
       types.push_back(Type::Constant(*it, region));
     }

-    for (int i = 0; i < 100; ++i) {
+    for (int i = 0; i < 50; ++i) {
       types.push_back(Fuzz());
     }
   }

--
--
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