| Index: src/flag-definitions.h
|
| ===================================================================
|
| --- src/flag-definitions.h (revision 2595)
|
| +++ src/flag-definitions.h (working copy)
|
| @@ -133,6 +133,7 @@
|
| DEFINE_bool(strict, false, "strict error checking")
|
| DEFINE_int(min_preparse_length, 1024,
|
| "Minimum length for automatic enable preparsing")
|
| +DEFINE_bool(multipass, false, "use the multipass code generator")
|
|
|
| // compilation-cache.cc
|
| DEFINE_bool(compilation_cache, true, "enable compilation cache")
|
| @@ -267,6 +268,7 @@
|
| // compiler.cc
|
| DEFINE_bool(print_builtin_scopes, false, "print scopes for builtins")
|
| DEFINE_bool(print_scopes, false, "print scopes")
|
| +DEFINE_bool(print_cfg, false, "print control-flow graph")
|
|
|
| // contexts.cc
|
| DEFINE_bool(trace_contexts, false, "trace contexts operations")
|
|
|