Chromium Code Reviews| Index: src/incremental-marking.h |
| =================================================================== |
| --- src/incremental-marking.h (revision 12482) |
| +++ src/incremental-marking.h (working copy) |
| @@ -132,6 +132,7 @@ |
| Object** slot, |
| Isolate* isolate); |
| + // Returns true if you need to record a slot. |
|
Vyacheslav Egorov (Google)
2012/09/11 13:51:12
Enhance comment:
record a slot for compation. Ret
|
| INLINE(bool BaseRecordWrite(HeapObject* obj, Object** slot, Object* value)); |
| INLINE(void RecordWrite(HeapObject* obj, Object** slot, Object* value)); |
| INLINE(void RecordWriteIntoCode(HeapObject* obj, |