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

Unified Diff: src/write-buffer.h

Issue 6092007: Write buffer based write barrier for IA32 and Crankshaft. Currently... (Closed) Base URL: http://v8.googlecode.com/svn/branches/experimental/gc/
Patch Set: '' Created 9 years, 12 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/serialize.cc ('k') | src/write-buffer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/write-buffer.h
===================================================================
--- src/write-buffer.h (revision 6183)
+++ src/write-buffer.h (working copy)
@@ -61,6 +61,8 @@
static const int kHashMapLengthLog2 = 12;
static const int kHashMapLength = 1 << kHashMapLengthLog2;
+ static void Compact();
+
private:
static Address* top_;
static Address* start_;
@@ -68,8 +70,6 @@
static VirtualMemory* virtual_memory_;
static uintptr_t* hash_map_1_;
static uintptr_t* hash_map_2_;
-
- static void Compact();
};
} } // namespace v8::internal
« no previous file with comments | « src/serialize.cc ('k') | src/write-buffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698