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

Unified Diff: src/store-buffer.h

Issue 6713069: Do not SortUniq store buffer before a regular iteration. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/gc
Patch Set: Created 9 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 | « no previous file | src/store-buffer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/store-buffer.h
diff --git a/src/store-buffer.h b/src/store-buffer.h
index b41b438260e7a575e0fb2b8e456c0a7d7820fb79..e09882341fbaee005cdd2c3ea6be88a2db63647e 100644
--- a/src/store-buffer.h
+++ b/src/store-buffer.h
@@ -98,6 +98,8 @@ class StoreBuffer : public AllStatic {
static void SortUniq();
static void Verify();
+ static void PrepareForIteration();
+
#ifdef DEBUG
static void Clean();
// Slow, for asserts only.
« no previous file with comments | « no previous file | src/store-buffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698