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, |