Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(128)

Unified Diff: runtime/vm/compiler_stats.h

Issue 1131493007: Compute accurate token count when loading from snapshot (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | runtime/vm/compiler_stats.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/compiler_stats.h
===================================================================
--- runtime/vm/compiler_stats.h (revision 45790)
+++ runtime/vm/compiler_stats.h (working copy)
@@ -49,7 +49,6 @@
int64_t num_ident_tokens_total;
int64_t num_tokens_consumed;
int64_t num_token_checks;
- int64_t num_tokens_rewind;
int64_t num_tokens_lookahead;
int64_t num_classes_compiled;
« no previous file with comments | « no previous file | runtime/vm/compiler_stats.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698