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

Unified Diff: src/heap/remembered-set.h

Issue 2403423007: [heap] Reland concurrent slot filtering in sweeper threads. (Closed)
Patch Set: Created 4 years, 2 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 | « src/heap/mark-compact.cc ('k') | src/heap/remembered-set.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/remembered-set.h
diff --git a/src/heap/remembered-set.h b/src/heap/remembered-set.h
index 978f1c421670d1654f27fac21b45a07acfce5986..d9770025e37195c0cc1aab007a87ddf19550707d 100644
--- a/src/heap/remembered-set.h
+++ b/src/heap/remembered-set.h
@@ -204,6 +204,9 @@ class RememberedSet {
// must be called before sweeping when mark bits are still intact.
static void ClearInvalidSlots(Heap* heap);
+ static void ClearInvalidSlots(Heap* heap, MemoryChunk* chunk);
+ static void ClearInvalidTypedSlots(Heap* heap, MemoryChunk* chunk);
+
static void VerifyValidSlots(Heap* heap);
private:
« no previous file with comments | « src/heap/mark-compact.cc ('k') | src/heap/remembered-set.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698