Reviewers: Søren Gjesse, Description: Implement HeapIterator that skips over unreachable objects.
I'm using it when creating heap snapshots. I decided that it will be more convenient to have it as a separate piece of code, instead of embedding into the snapshot generator. Please review this at http://codereview.chromium.org/6014004/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M src/heap-profiler.cc M src/heap.h M src/heap.cc M src/profile-generator.cc M test/cctest/test-heap.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
