Reviewers: Toon Verwaest, Description: Refactor incremental marking to use static visitor.
This is a refactoring only change that switches incremental marking to use a static object visitor. It also shares the common code between the non-incremental and the incremental marker. Sharing that would require semantical changes will be done later. [email protected] Please review this at https://chromiumcodereview.appspot.com/10816007/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M src/heap.h M src/incremental-marking.h M src/incremental-marking.cc M src/mark-compact.h M src/mark-compact.cc M src/objects-visiting-inl.h M src/objects-visiting.h M src/objects.h M src/objects.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
