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

Unified Diff: runtime/vm/snapshot_ids.h

Issue 167683002: Simplify type argument instantiation cache lookup by introducing an array (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 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
Index: runtime/vm/snapshot_ids.h
===================================================================
--- runtime/vm/snapshot_ids.h (revision 32709)
+++ runtime/vm/snapshot_ids.h (working copy)
@@ -14,6 +14,7 @@
kNullObject = 0,
kSentinelObject,
kEmptyArrayObject,
+ kZeroArrayObject,
kTrueValue,
kFalseValue,
kClassIdsOffset = kFalseValue,
« runtime/vm/object.cc ('K') | « runtime/vm/snapshot.cc ('k') | runtime/vm/stub_code_arm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698