commit | 4515c472dc3e5ed2448a564600976759e569a0a8 | [log] [tgz] |
---|---|---|
author | Leon Clarke <leonclarke@google.com> | Wed Feb 03 11:58:03 2010 +0000 |
committer | Leon Clarke <leonclarke@google.com> | Wed Feb 03 11:58:03 2010 +0000 |
tree | 67d539a5e9fa0e72e2490426693bf73d1e36173f | |
parent | d91b9f7d46489a9ee00f9cb415630299c76a502b [diff] [blame] |
Update v8 to bleeding_edge revision 3784
diff --git a/src/flag-definitions.h b/src/flag-definitions.h index 0208813..b57f2cb 100644 --- a/src/flag-definitions.h +++ b/src/flag-definitions.h
@@ -301,6 +301,7 @@ // compiler.cc DEFINE_bool(print_builtin_scopes, false, "print scopes for builtins") DEFINE_bool(print_scopes, false, "print scopes") +DEFINE_bool(print_ir, false, "print the AST as seen by the backend") // contexts.cc DEFINE_bool(trace_contexts, false, "trace contexts operations")