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

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

Issue 2401563002: [heap] Concurrent slot filtering in sweeper threads. (Closed)
Patch Set: use mask 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
Index: src/heap/remembered-set.h
diff --git a/src/heap/remembered-set.h b/src/heap/remembered-set.h
index 74791b926bb7772a4646dcec507abbe561c7f85b..ae98afb8a7fb1bc9cf078d77ccf10a03bc452c87 100644
--- a/src/heap/remembered-set.h
+++ b/src/heap/remembered-set.h
@@ -203,6 +203,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:

Powered by Google App Engine
This is Rietveld 408576698