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

Unified Diff: src/objects.h

Issue 5798002: Provide baseline for new GC infrastructure. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 10 years 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/objects.h
diff --git a/src/objects.h b/src/objects.h
index c3958e2396848bc87a603b639aab13b42529c6e6..709ba1e8d6974403a3a82405859e0cb00f01dae5 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -936,7 +936,6 @@ class MapWord BASE_EMBEDDED {
// Return this map word but with its overflow bit cleared.
inline void ClearOverflow();
-
// Compacting phase of a full compacting collection: the map word of live
// objects contains an encoding of the original map address along with the
// forwarding address (represented as an offset from the first live object
« src/mark-compact.cc ('K') | « src/mark-compact.cc ('k') | src/objects-inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698