Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(201)

Unified Diff: src/llvm2ice.cpp

Issue 924023002: Subzero: Make threads=2 and filetype=obj the testing defaults. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pydir/crosstest.py ('k') | tests_lit/llvm2ice_tests/globalrelocs.ll » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/llvm2ice.cpp
diff --git a/src/llvm2ice.cpp b/src/llvm2ice.cpp
index af80ef9dc88fd52b3077b64fbbbc03cbca4e7e5a..8b73de8426419310a1bca78a02e3f3720b2fed18 100644
--- a/src/llvm2ice.cpp
+++ b/src/llvm2ice.cpp
@@ -211,7 +211,7 @@ static cl::opt<uint32_t> NumThreads(
cl::desc("Number of translation threads (0 for purely sequential)"),
// TODO(stichnot): Settle on a good default. Consider
// something related to std::thread::hardware_concurrency().
- cl::init(0));
+ cl::init(2));
static int GetReturnValue(int Val) {
if (AlwaysExitSuccess)
« no previous file with comments | « pydir/crosstest.py ('k') | tests_lit/llvm2ice_tests/globalrelocs.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698