Chromium Code Reviews

Unified Diff: src/v8globals.h

Issue 6250076: Start using store buffers. Handle store buffer overflow situation.... (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.
Jump to:
View side-by-side diff with in-line comments
Index: src/v8globals.h
===================================================================
--- src/v8globals.h (revision 6554)
+++ src/v8globals.h (working copy)
@@ -249,7 +249,7 @@
// Callback function on object slots, used for iterating heap object slots in
// HeapObjects, global pointers to heap objects, etc. The callback allows the
// callback function to change the value of the slot.
-typedef void (*ObjectSlotCallback)(HeapObject** pointer);
+typedef void (*ObjectSlotCallback)(HeapObject** pointer, HeapObject* object);
// Callback function used for iterating objects in heap spaces,
« src/store-buffer.h ('K') | « src/store-buffer-inl.h ('k') | test/cctest/test-heap.cc » ('j') | no next file with comments »

Powered by Google App Engine