Reviewers: Erik Corry, Message: PTAL.
Description: Implement shrinking of paged spaces during sweeping. For each paged space we release all but one of the unused pages after marking (when we know the number of live bytes) but before actually sweeping it. This is not yet done for lazy swept pages. [email protected] BUG=v8:1614 Please review this at http://codereview.chromium.org/7891010/ SVN Base: https://v8.googlecode.com/svn/branches/experimental/gc Affected files: M src/heap.h M src/heap.cc M src/mark-compact.cc M src/spaces.h M src/spaces.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
