Chromium Code Reviews

Unified Diff: src/flag-definitions.h

Issue 342054: Introduce a switch for the new snapshot code and switch... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/flag-definitions.h
===================================================================
--- src/flag-definitions.h (revision 3179)
+++ src/flag-definitions.h (working copy)
@@ -196,6 +196,7 @@
// mksnapshot.cc
DEFINE_bool(h, false, "print this message")
+DEFINE_bool(new_snapshot, true, "use new snapshot implementation")
// parser.cc
DEFINE_bool(allow_natives_syntax, false, "allow natives syntax")
« no previous file with comments | « src/arm/assembler-arm.h ('k') | src/global-handles.cc » ('j') | src/mksnapshot.cc » ('J')

Powered by Google App Engine