Reviewers: Erik Corry, Description: Support slots recording for compaction during incremental marking.
Currently we still rely on a single big slots buffer which is not filtered or
canonicalized and can grow limitlessly. [email protected] Please review this at http://codereview.chromium.org/7302003/ SVN Base: https://v8.googlecode.com/svn/branches/experimental/gc Affected files: M src/assembler.h M src/assembler.cc M src/heap.cc M src/ia32/assembler-ia32-inl.h M src/ia32/code-stubs-ia32.h M src/ia32/code-stubs-ia32.cc M src/ia32/deoptimizer-ia32.cc M src/ia32/full-codegen-ia32.cc M src/ia32/macro-assembler-ia32.h M src/ia32/macro-assembler-ia32.cc M src/incremental-marking-inl.h M src/incremental-marking.h M src/incremental-marking.cc M src/mark-compact.h M src/mark-compact.cc M src/objects-inl.h M src/serialize.cc M src/spaces.h M src/spaces.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
