Added new patch set. Landed.
http://codereview.chromium.org/9241010/diff/1/src/mark-compact.cc File src/mark-compact.cc (right): http://codereview.chromium.org/9241010/diff/1/src/mark-compact.cc#newcode3636 src/mark-compact.cc:3636: space->MarkPageForLazySweeping(p); On 2012/01/17 13:49:37, Vyacheslav Egorov wrote:
this is pretty confusing. we are both marking it for lazy sweepign and
releasing
it immediately.
maybe rename MarkPageForLazySweeping into something else?
Done. As discussed offline we chose IncreaseUnsweptFreeBytes (and the Decrease counterpart) to be a suitable name here. http://codereview.chromium.org/9241010/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
