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

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

Issue 2399003002: Revert of [heap] 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 ae98afb8a7fb1bc9cf078d77ccf10a03bc452c87..74791b926bb7772a4646dcec507abbe561c7f85b 100644
--- a/src/heap/remembered-set.h
+++ b/src/heap/remembered-set.h
@@ -203,9 +203,6 @@
// 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