Commit 42e5dc2c authored by erik.corry@gmail.com's avatar erik.corry@gmail.com

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
parent 5547815d
...@@ -136,7 +136,7 @@ class IncrementalMarking { ...@@ -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));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment