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

Unified Diff: src/objects.h

Issue 3385002: [Draft] Stackless map transition tree traversal. (Closed)
Patch Set: Created 10 years, 3 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 | src/objects.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index 7f6538cf9c5344e104ad94979bc3602ef6c9b05b..4eb5e8fa5687688f95b839c1555e49ccc1cbf53e 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -3232,6 +3232,8 @@ class Map: public HeapObject {
void NormalizedMapVerify();
#endif
+ void TraverseTransitionTree();
+
inline int visitor_id();
inline void set_visitor_id(int visitor_id);
« no previous file with comments | « no previous file | src/objects.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698