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

Unified Diff: src/mark-compact.cc

Issue 6597104: Move IncrementalRecordWrite to a stub. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/gc
Patch Set: Created 9 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
« src/incremental-marking.cc ('K') | « src/incremental-marking.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/mark-compact.cc
diff --git a/src/mark-compact.cc b/src/mark-compact.cc
index c06c0108c01d1553859bb89e9a85f8be027b013a..2fa2365641b11d33a31d9222eaca139c8ea777a8 100644
--- a/src/mark-compact.cc
+++ b/src/mark-compact.cc
@@ -169,10 +169,11 @@ void MarkCompactCollector::CollectGarbage() {
MarkLiveObjects();
}
+ if (FLAG_collect_maps) ClearNonLiveTransitions();
+
#ifdef DEBUG
VerifyMarking();
#endif
- if (FLAG_collect_maps) ClearNonLiveTransitions();
SweepSpaces();
« src/incremental-marking.cc ('K') | « src/incremental-marking.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698