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

Unified Diff: src/flag-definitions.h

Issue 249283002: Implement --omit, --raw_[context_]file=... for mksnapshot tool. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 8 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 | « no previous file | src/mksnapshot.cc » ('j') | src/mksnapshot.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index 989e2852a8ee39a6360127a6becfac6e56e118f1..b59e6c4e62a8795b67ea0808248c5c3873fd0197 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -654,6 +654,10 @@ DEFINE_string(testing_serialization_file, "/tmp/serdes",
// mksnapshot.cc
DEFINE_string(extra_code, NULL, "A filename with extra code to be included in"
" the snapshot (mksnapshot only)")
+DEFINE_string(raw_file, NULL, "A file to write the raw snapshot bytes to.")
+DEFINE_string(raw_context_file, NULL, "A file to write the raw context "
+ "snapshot bytes to.")
+DEFINE_bool(omit, false, "Omit raw snapshot bytes in generated code.")
Sven Panne 2014/04/24 06:59:17 These new flags don't make sense outside of mksnap
vogelheim 2014/04/24 11:07:59 I looked at this, thinking it should be really eas
Sven Panne 2014/04/24 11:12:43 I suspected that... :-/ OK, then just add "(mksnap
// code-stubs-hydrogen.cc
DEFINE_bool(profile_hydrogen_code_stub_compilation, false,
« no previous file with comments | « no previous file | src/mksnapshot.cc » ('j') | src/mksnapshot.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698