Commit e05b58f0 authored by bmeurer@chromium.org's avatar bmeurer@chromium.org

Improve execution time of cctest/test-types.

R=svenpanne@chromium.org

Review URL: https://codereview.chromium.org/239513009

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@20798 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 5e02daca
......@@ -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());
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment