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

Unified Diff: vm/scanner.h

Issue 9462003: Changes to shrink the token stream representation from two words to one word. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 years, 10 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 | « vm/raw_object_snapshot.cc ('k') | vm/scanner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vm/scanner.h
===================================================================
--- vm/scanner.h (revision 4719)
+++ vm/scanner.h (working copy)
@@ -15,6 +15,7 @@
namespace dart {
// Forward declarations.
+class Array;
class Library;
class RawString;
class String;
@@ -210,6 +211,7 @@
SourcePosition c0_pos_; // Source position of lookahead character c0_.
KeywordTable keywords_[Token::numKeywords];
+ Array& keyword_symbol_table_; // Access to keyword symbols in object store.
};
« no previous file with comments | « vm/raw_object_snapshot.cc ('k') | vm/scanner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698