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

Unified Diff: chrome/test/data/nacl/pnacl_nmf_options/pnacl_o_2.nmf

Issue 12623004: Allow PNaCl NMF to set translator optimization options for experimentation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Default to -O0 instead of the default for now Created 7 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: chrome/test/data/nacl/pnacl_nmf_options/pnacl_o_2.nmf
diff --git a/chrome/test/data/nacl/pnacl_nmf_options/pnacl_o_2.nmf b/chrome/test/data/nacl/pnacl_nmf_options/pnacl_o_2.nmf
new file mode 100644
index 0000000000000000000000000000000000000000..59d8c34158060966e36482569a9d4a53ba27bf2e
--- /dev/null
+++ b/chrome/test/data/nacl/pnacl_nmf_options/pnacl_o_2.nmf
@@ -0,0 +1,10 @@
+{
+ "program": {
+ "portable": {
+ "pnacl-translate": {
+ "-O": 2,
+ "url": "pnacl_options_newlib_pnacl.pexe"
+ }
+ }
+ }
+}
« no previous file with comments | « chrome/test/data/nacl/pnacl_nmf_options/pnacl_o_0.nmf ('k') | chrome/test/data/nacl/pnacl_nmf_options/pnacl_o_large.nmf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698