Chromium Code Reviews| Index: src/flag-definitions.h |
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
| index 33a3655b152bd0669cb0109c5d24118634ef6a0e..d6d2c47b1cfa60f8d74ceca40aa7d3a0dcc01678 100644 |
| --- a/src/flag-definitions.h |
| +++ b/src/flag-definitions.h |
| @@ -296,6 +296,10 @@ DEFINE_bool(collect_heap_spill_statistics, false, |
| "report heap spill statistics along with heap_stats " |
| "(requires heap_stats)") |
| +// irregexp |
| +DEFINE_bool(trace_regexp_assembler, false, |
|
Erik Corry
2008/11/27 13:04:36
presumably this only exists in debug mode.
While y
|
| + "trace Irregexp macro assembler calls.") |
| + |
| // |
| // Logging and profiling only flags |
| // |