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

Unified Diff: src/mark-compact.h

Issue 10697015: Separating transitions from descriptors. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 6 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: src/mark-compact.h
diff --git a/src/mark-compact.h b/src/mark-compact.h
index dbc28697f006732d3f37cd2c5269cf1d8b0a01fe..c2a70fc385d8eb8069e84eeb8ac9ba3c671d064e 100644
--- a/src/mark-compact.h
+++ b/src/mark-compact.h
@@ -395,6 +395,7 @@ template<class BaseMarker> class Marker {
// treating transitions or back pointers weak.
void MarkMapContents(Map* map);
void MarkDescriptorArray(DescriptorArray* descriptors);
+ void MarkTransitionArray(TransitionArray* transitions);
void MarkAccessorPairSlot(AccessorPair* accessors, int offset);
private:

Powered by Google App Engine
This is Rietveld 408576698