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

Unified Diff: runtime/vm/gc_marker.cc

Issue 14190014: - Disassociate old page size from new allocatable size. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 8 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
« no previous file with comments | « no previous file | runtime/vm/gc_sweeper.cc » ('j') | runtime/vm/heap.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/gc_marker.cc
===================================================================
--- runtime/vm/gc_marker.cc (revision 22017)
+++ runtime/vm/gc_marker.cc (working copy)
@@ -187,10 +187,6 @@
}
marking_stack_->Push(raw_obj);
- // Update the number of used bytes on this page for fast accounting.
- HeapPage* page = PageSpace::PageFor(raw_obj);
- page->AddUsed(raw_obj->Size());
-
// TODO(iposva): Should we mark the classes early?
MarkObject(raw_class, NULL);
}
« no previous file with comments | « no previous file | runtime/vm/gc_sweeper.cc » ('j') | runtime/vm/heap.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698