Reviewers: Toon Verwaest, Description: Integrate map marking into static marking visitor.
This refactors the specialized marking of map contents to be done by the static marking visitor shared between full and incremental marking. This also fixes an issue where some maps weren't accounted for in the object stats tracker. But more importantly, it simplifies the code base. [email protected] Please review this at https://chromiumcodereview.appspot.com/10919294/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M src/heap.h M src/incremental-marking-inl.h M src/incremental-marking.h M src/incremental-marking.cc M src/mark-compact-inl.h M src/mark-compact.h M src/mark-compact.cc M src/objects-visiting-inl.h M src/objects-visiting.h -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
