Only sweep one page eagerly unless we are running out of space.
authorerik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 29 Nov 2011 11:56:14 +0000 (11:56 +0000)
committererik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 29 Nov 2011 11:56:14 +0000 (11:56 +0000)
commit9c18742dd680aa9755a868608aaaf94c80537605
tree9f947b3f2cbb8254430d9b1ef3f571e24b840ea6
parent0a7010458a67f19ea064df18d6daae6a39d94a42
Only sweep one page eagerly unless we are running out of space.
Limit the number of pages that are compacted in a given GC.
Review URL: http://codereview.chromium.org/8692002

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@10084 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/heap.cc
src/heap.h
src/mark-compact.cc
src/spaces.cc
src/spaces.h