| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 6508c77191421fca528c7285533bcc7b140800e2..c4de404116e8313660e19a928cf2015c305264e7 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -191,7 +191,11 @@ DEFINE_string(testing_serialization_file, "/tmp/serdes",
|
| "file in which to serialize heap")
|
| #endif
|
|
|
| +//
|
| +// Dev shell flags
|
| +//
|
|
|
| +DEFINE_bool(dump_counters, false, "Dump counters on exit")
|
|
|
| //
|
| // Debug only flags
|
| @@ -302,7 +306,6 @@ DEFINE_string(logfile, "v8.log", "Specify the name of the log file.")
|
| // codegen-ia32.cc / codegen-arm.cc
|
| DEFINE_bool(print_code, false, "print generated code")
|
|
|
| -
|
| // Cleanup...
|
| #undef FLAG_FULL
|
| #undef FLAG_READONLY
|
|
|