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

Unified Diff: chrome/test/data/nacl/pnacl_nmf_options/pnacl_time_passes.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
« no previous file with comments | « chrome/test/data/nacl/pnacl_nmf_options/pnacl_options.html ('k') | chrome/test/nacl/nacl_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/nacl/pnacl_nmf_options/pnacl_time_passes.nmf
diff --git a/chrome/test/data/nacl/pnacl_nmf_options/pnacl_time_passes.nmf b/chrome/test/data/nacl/pnacl_nmf_options/pnacl_time_passes.nmf
new file mode 100644
index 0000000000000000000000000000000000000000..d08eb01c76a6c71f81a3721a3e68ffa3756dbadf
--- /dev/null
+++ b/chrome/test/data/nacl/pnacl_nmf_options/pnacl_time_passes.nmf
@@ -0,0 +1,11 @@
+{
+ "program": {
+ "portable": {
+ "pnacl-translate": {
+ "-O": 0,
+ "experimental_flags": "-time-passes",
+ "url": "pnacl_options_newlib_pnacl.pexe"
+ }
+ }
+ }
+}
« no previous file with comments | « chrome/test/data/nacl/pnacl_nmf_options/pnacl_options.html ('k') | chrome/test/nacl/nacl_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698