Reviewers: Sven Panne,
Message:
PTAL
Description:
Improve execution time of cctest/test-types.
Please review this at https://codereview.chromium.org/239513009/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+1, -1 lines):
M test/cctest/test-types.cc
Index: test/cctest/test-types.cc
diff --git a/test/cctest/test-types.cc b/test/cctest/test-types.cc
index
ba4748bafa36826393ea7e82378c6a469c207785..62ec698ec32bfe610690dcb1c4bdef1bcc02f1ef
100644
--- a/test/cctest/test-types.cc
+++ b/test/cctest/test-types.cc
@@ -139,7 +139,7 @@ class Types {
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.