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

Unified Diff: src/heap/store-buffer.h

Issue 1009323002: Delete dead store buffer verification code and code that changes the store buffer in debug mode. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 9 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/heap.cc ('k') | src/heap/store-buffer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/store-buffer.h
diff --git a/src/heap/store-buffer.h b/src/heap/store-buffer.h
index c9d6090927effaa6879e8cd34448587d864b05f4..6c571fcdce5bd2f755e0b42c259aae231667d80f 100644
--- a/src/heap/store-buffer.h
+++ b/src/heap/store-buffer.h
@@ -83,21 +83,11 @@ class StoreBuffer {
bool old_buffer_is_sorted() { return old_buffer_is_sorted_; }
bool old_buffer_is_filtered() { return old_buffer_is_filtered_; }
- // Goes through the store buffer removing pointers to things that have
- // been promoted. Rebuilds the store buffer completely if it overflowed.
- void SortUniq();
-
void EnsureSpace(intptr_t space_needed);
void Verify();
bool PrepareForIteration();
-#ifdef DEBUG
- void Clean();
- // Slow, for asserts only.
- bool CellIsInStoreBuffer(Address cell);
-#endif
-
void Filter(int flag);
// Eliminates all stale store buffer entries from the store buffer, i.e.,
@@ -144,7 +134,6 @@ class StoreBuffer {
void ClearFilteringHashSets();
bool SpaceAvailable(intptr_t space_needed);
- void Uniq();
void ExemptPopularPages(int prime_sample_step, int threshold);
void ProcessOldToNewSlot(Address slot_address,
« no previous file with comments | « src/heap/heap.cc ('k') | src/heap/store-buffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698