GC DBC

http://codereview.chromium.org/7089002/diff/17001/src/heap.cc
File src/heap.cc (right):

http://codereview.chromium.org/7089002/diff/17001/src/heap.cc#newcode1310
src/heap.cc:1310: table_.Register(kVisitByteArray, &EvacuateByteArray);
If FixedDoubleArray can be in the new space you need to register
specialization here.

http://codereview.chromium.org/7089002/diff/17001/src/objects-visiting.h
File src/objects-visiting.h (right):

http://codereview.chromium.org/7089002/diff/17001/src/objects-visiting.h#newcode294
src/objects-visiting.h:294: table_.Register(kVisitByteArray,
&VisitByteArray);
If FixedDoubleArray can be in a new space you need to register
specialization here.

http://codereview.chromium.org/7089002/

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to