Commit a8df8f38 authored by Michael Lippautz's avatar Michael Lippautz Committed by Commit Bot

[heap] Remove left-over compaction spaces

Bug: 
Change-Id: Idc0bbc55713a6e6dcc88db77477bfddf3bd80a02
Reviewed-on: https://chromium-review.googlesource.com/781769Reviewed-by: 's avatarUlan Degenbaev <ulan@chromium.org>
Commit-Queue: Michael Lippautz <mlippautz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#49550}
parent c9e74275
...@@ -3161,7 +3161,6 @@ class Evacuator : public Malloced { ...@@ -3161,7 +3161,6 @@ class Evacuator : public Malloced {
Evacuator(Heap* heap, RecordMigratedSlotVisitor* record_visitor) Evacuator(Heap* heap, RecordMigratedSlotVisitor* record_visitor)
: heap_(heap), : heap_(heap),
local_allocator_(heap_), local_allocator_(heap_),
compaction_spaces_(heap_),
local_pretenuring_feedback_(kInitialLocalPretenuringFeedbackCapacity), local_pretenuring_feedback_(kInitialLocalPretenuringFeedbackCapacity),
new_space_visitor_(heap_, &local_allocator_, record_visitor, new_space_visitor_(heap_, &local_allocator_, record_visitor,
&local_pretenuring_feedback_), &local_pretenuring_feedback_),
...@@ -3204,7 +3203,6 @@ class Evacuator : public Malloced { ...@@ -3204,7 +3203,6 @@ class Evacuator : public Malloced {
// Locally cached collector data. // Locally cached collector data.
LocalAllocator local_allocator_; LocalAllocator local_allocator_;
CompactionSpaceCollection compaction_spaces_;
Heap::PretenuringFeedbackMap local_pretenuring_feedback_; Heap::PretenuringFeedbackMap local_pretenuring_feedback_;
// Visitors for the corresponding spaces. // Visitors for the corresponding spaces.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment