LGTM
http://codereview.chromium.org/6014004/diff/1/src/heap.cc File src/heap.cc (right): http://codereview.chromium.org/6014004/diff/1/src/heap.cc#newcode4965 src/heap.cc:4965: class UnreachableObjectsFilter : public HeapObjectsFilter { Regarding the marking of unreachable objects - can't you just re-use the GC-code for marking of all live objects and then skip the un-marked ones insteadm? http://codereview.chromium.org/6014004/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
