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

Unified Diff: src/assembler.h

Issue 5826004: Add a write buffer, aligned so that a single bit tells us whether it has... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 10 years 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/allocation.h ('k') | src/assembler.cc » ('j') | src/write-buffer.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/assembler.h
===================================================================
--- src/assembler.h (revision 6011)
+++ src/assembler.h (working copy)
@@ -534,6 +534,9 @@
static ExternalReference new_space_mask();
static ExternalReference heap_always_allocate_scope_depth();
+ // Write barrier.
Vyacheslav Egorov (Chromium) 2010/12/14 22:40:14 barrier -> buffer.
Erik Corry 2010/12/15 08:00:13 The write barrier is implemented using a write buf
+ static ExternalReference write_buffer_top();
+
// Used for fast allocation in generated code.
static ExternalReference new_space_allocation_top_address();
static ExternalReference new_space_allocation_limit_address();
« no previous file with comments | « src/allocation.h ('k') | src/assembler.cc » ('j') | src/write-buffer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698