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

Unified Diff: src/v8.cc

Issue 5985012: Rename write buffers to store buffers. (Closed) Base URL: http://v8.googlecode.com/svn/branches/experimental/gc/
Patch Set: Created 9 years, 11 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/store-buffer-inl.h ('k') | src/v8-counters.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/v8.cc
===================================================================
--- src/v8.cc (revision 6183)
+++ src/v8.cc (working copy)
@@ -39,7 +39,7 @@
#include "serialize.h"
#include "simulator.h"
#include "stub-cache.h"
-#include "write-buffer.h"
+#include "store-buffer.h"
namespace v8 {
namespace internal {
@@ -94,7 +94,7 @@
StackGuard::InitThread(lock);
}
- WriteBuffer::Setup();
+ StoreBuffer::Setup();
// Setup the object heap
ASSERT(!Heap::HasBeenSetup());
@@ -183,7 +183,7 @@
Logger::TearDown();
Heap::TearDown();
- WriteBuffer::TearDown();
+ StoreBuffer::TearDown();
is_running_ = false;
has_been_disposed_ = true;
« no previous file with comments | « src/store-buffer-inl.h ('k') | src/v8-counters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698