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

Unified Diff: vm/snapshot.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
« vm/scanner.cc ('K') | « vm/scanner.cc ('k') | vm/snapshot.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vm/snapshot.h
===================================================================
--- vm/snapshot.h (revision 4579)
+++ vm/snapshot.h (working copy)
@@ -33,6 +33,7 @@
class RawImmutableArray;
class RawLibrary;
class RawLibraryPrefix;
+class RawLiteralToken;
class RawMint;
class RawObject;
class RawOneByteString;
@@ -372,6 +373,7 @@
RawLibrary* NewLibrary();
RawLibraryPrefix* NewLibraryPrefix();
RawScript* NewScript();
+ RawLiteralToken* NewLiteralToken();
private:
// Allocate uninitialized objects, this is used when reading a full snapshot.
« vm/scanner.cc ('K') | « vm/scanner.cc ('k') | vm/snapshot.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698