Chromium Code Reviews| Index: runtime/vm/parser.h |
| =================================================================== |
| --- runtime/vm/parser.h (revision 27120) |
| +++ runtime/vm/parser.h (working copy) |
| @@ -270,7 +270,7 @@ |
| // Reset cache and advance the token. |
| token_kind_ = Token::kILLEGAL; |
| tokens_iterator_.Advance(); |
| - CompilerStats::num_tokens_consumed++; |
| + if (FLAG_compiler_stats) CompilerStats::num_tokens_consumed++; |
| } |
| void ConsumeRightAngleBracket(); |
| void ExpectToken(Token::Kind token_expected); |