Chromium Code Reviews| 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(); |