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

Unified Diff: src/heap/heap.cc

Issue 1936233002: [heap] Fine-grained JSArrayBuffer tracking (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix compaction test Created 4 years, 7 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: src/heap/heap.cc
diff --git a/src/heap/heap.cc b/src/heap/heap.cc
index afdc7bb4cd397d69625ecdca09c295a668e0a6ae..a7f2491e48b9c280a64b36a60153da0b255834be 100644
--- a/src/heap/heap.cc
+++ b/src/heap/heap.cc
@@ -1626,8 +1626,6 @@ void Heap::Scavenge() {
scavenge_collector_->SelectScavengingVisitorsTable();
- array_buffer_tracker()->PrepareDiscoveryInNewSpace();
Michael Lippautz 2016/05/09 17:09:14 RegisterNew now creates a state that is compatible
-
// Flip the semispaces. After flipping, to space is empty, from space has
// live objects.
new_space_.Flip();

Powered by Google App Engine
This is Rietveld 408576698