Chromium Code Reviews| 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); |
| } |