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

Unified Diff: runtime/vm/snapshot_ids.h

Issue 1290933002: Toward precompiled snapshots. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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
Index: runtime/vm/snapshot_ids.h
diff --git a/runtime/vm/snapshot_ids.h b/runtime/vm/snapshot_ids.h
index dc1500ea9ddfb3a222b51026d8b93e8d0ca8ec60..eb9fa92b2383edc1c0e9ce1c75a15d3795b53e89 100644
--- a/runtime/vm/snapshot_ids.h
+++ b/runtime/vm/snapshot_ids.h
@@ -13,6 +13,7 @@ namespace dart {
enum {
kNullObject = 0,
kSentinelObject,
+ kTransitionSentinelObject,
rmacnak 2015/08/13 00:56:22 Referenced from field initializer functions.
kEmptyArrayObject,
kZeroArrayObject,
kTrueValue,

Powered by Google App Engine
This is Rietveld 408576698