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

Unified Diff: src/heap/mark-compact.h

Issue 1299623003: Only evacuation candidate pages have a slots buffer, just visit these pages when filtering slots. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 4 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 | src/heap/mark-compact.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/mark-compact.h
diff --git a/src/heap/mark-compact.h b/src/heap/mark-compact.h
index 546a2acc54b3546e4b7448780874db69aed018de..99a50487f9c457465c8879f9efd20bd08d569eb7 100644
--- a/src/heap/mark-compact.h
+++ b/src/heap/mark-compact.h
@@ -684,7 +684,6 @@ class MarkCompactCollector {
bool WillBeDeoptimized(Code* code);
void EvictPopularEvacuationCandidate(Page* page);
- void ClearInvalidSlotsBufferEntries(PagedSpace* space);
void ClearInvalidStoreAndSlotsBufferEntries();
void StartSweeperThreads();
« no previous file with comments | « no previous file | src/heap/mark-compact.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698