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

Unified Diff: src/store-buffer.h

Issue 227533006: Synchronize store buffer processing and concurrent sweeping. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 8 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
Index: src/store-buffer.h
diff --git a/src/store-buffer.h b/src/store-buffer.h
index 01e7cbeb8d2a439784617f20a16a61793df14459..73b04e19e2a3d387eccd9572bd345a3b48fd4be7 100644
--- a/src/store-buffer.h
+++ b/src/store-buffer.h
@@ -41,7 +41,9 @@ class Page;
class PagedSpace;
class StoreBuffer;
-typedef void (*ObjectSlotCallback)(HeapObject** from, HeapObject* to);
+typedef void (*ObjectSlotCallback)(HeapObject** address,
+ HeapObject* new_value,
+ Object* old_value);
typedef void (StoreBuffer::*RegionCallback)(Address start,
Address end,

Powered by Google App Engine
This is Rietveld 408576698