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

Unified Diff: vm/gc_marker.cc

Issue 11265026: - Consolidate code into the old generation. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 years, 2 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: vm/gc_marker.cc
===================================================================
--- vm/gc_marker.cc (revision 14048)
+++ vm/gc_marker.cc (working copy)
@@ -209,7 +209,6 @@
return;
}
- // TODO(iposva): merge old and code spaces.
MarkAndPush(raw_obj);
}
@@ -282,7 +281,6 @@
visit_prologue_weak_persistent_handles,
StackFrameIterator::kDontValidateFrames);
heap_->IterateNewPointers(visitor);
- heap_->IterateCodePointers(visitor);
}

Powered by Google App Engine
This is Rietveld 408576698