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

Unified Diff: src/heap-inl.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
« no previous file with comments | « src/heap.cc ('k') | src/mark-compact.cc » ('j') | src/store-buffer.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap-inl.h
diff --git a/src/heap-inl.h b/src/heap-inl.h
index ea7dcda3b0acd8aee62f2507a5ab5852bd7196d1..cac969caedc5ac6bac24a21d4e68d457f8367c72 100644
--- a/src/heap-inl.h
+++ b/src/heap-inl.h
@@ -524,7 +524,9 @@ void Heap::UpdateAllocationSiteFeedback(HeapObject* object,
}
-void Heap::ScavengeObject(HeapObject** p, HeapObject* object) {
+void Heap::ScavengeObject(HeapObject** p,
+ HeapObject* object,
+ Object* old_object) {
ASSERT(object->GetIsolate()->heap()->InFromSpace(object));
// We use the first word (where the map pointer usually is) of a heap
« no previous file with comments | « src/heap.cc ('k') | src/mark-compact.cc » ('j') | src/store-buffer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698