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

Unified Diff: src/heap/scavenger.cc

Issue 2498583002: [heap] Minor MC: Add marking (Closed)
Patch Set: Fix uncommitting of markingdeque Created 4 years, 1 month 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/heap/scavenger.cc
diff --git a/src/heap/scavenger.cc b/src/heap/scavenger.cc
index 7b0fec9d6bac85a7350f7d7c747a19293b235510..41df55f76d2a1bd6d5300e2c3f6f4adee669c0ec 100644
--- a/src/heap/scavenger.cc
+++ b/src/heap/scavenger.cc
@@ -160,7 +160,6 @@ class ScavengingVisitor : public StaticVisitorBase {
// may end up overwriting promotion queue entries when we migrate the
// object.
heap->promotion_queue()->SetNewLimit(heap->new_space()->top());
-
MigrateObject(heap, object, target, object_size);
// Update slot to new target.

Powered by Google App Engine
This is Rietveld 408576698