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

Unified Diff: src/IceClFlags.def

Issue 1834473002: Allow Subzero to parse function blocks in parallel. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix issues from last patch. Created 4 years, 9 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
Index: src/IceClFlags.def
diff --git a/src/IceClFlags.def b/src/IceClFlags.def
index 684fcb8c24ed5b57c4c4f49c0aa2bd33ce117063..4330b5832256ce789a32b34977f65f10aa1812bb 100644
--- a/src/IceClFlags.def
+++ b/src/IceClFlags.def
@@ -191,6 +191,9 @@ struct dev_list_flag {};
"Low-level integrated assembly ('.s') file"), \
clEnumValEnd)) \
\
+ X(ParseParallel, bool, dev_opt_flag, "parse-parallel", \
+ cl::desc("Parse function blocks in parallel"), cl::init(false)) \
Jim Stichnoth 2016/03/25 04:31:04 I think the default value should be true, otherwis
Karl 2016/03/29 17:35:02 I intentionally set this to false, so that we don'
+ \
X(RandomizeAndPoolImmediatesOption, Ice::RandomizeAndPoolImmediatesEnum, \
dev_opt_flag, "randomize-pool-immediates", \
cl::desc("Randomize or pooling the representation of immediates"), \
« no previous file with comments | « pydir/run-pnacl-sz.py ('k') | src/IceCompiler.cpp » ('j') | src/IceCompiler.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698