Make Kraken fasta.
Review URL: https://chromiumcodereview.appspot.com/10978040 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@12611 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
5547815daf
commit
42e5dc2cc0
@ -136,7 +136,7 @@ class IncrementalMarking {
|
|||||||
// guaranteed to be rescanned or not guaranteed to survive.
|
// guaranteed to be rescanned or not guaranteed to survive.
|
||||||
//
|
//
|
||||||
// No slots in white objects should be recorded, as some slots are typed and
|
// No slots in white objects should be recorded, as some slots are typed and
|
||||||
// cannot be interpreted corrrectly if the underlying object does not survive
|
// cannot be interpreted correctly if the underlying object does not survive
|
||||||
// the incremental cycle (stays white).
|
// the incremental cycle (stays white).
|
||||||
INLINE(bool BaseRecordWrite(HeapObject* obj, Object** slot, Object* value));
|
INLINE(bool BaseRecordWrite(HeapObject* obj, Object** slot, Object* value));
|
||||||
INLINE(void RecordWrite(HeapObject* obj, Object** slot, Object* value));
|
INLINE(void RecordWrite(HeapObject* obj, Object** slot, Object* value));
|
||||||
|
Loading…
Reference in New Issue
Block a user