http://codereview.chromium.org/2132005/diff/2001/3002 File src/heap.cc (right):
http://codereview.chromium.org/2132005/diff/2001/3002#newcode649 src/heap.cc:649: if (MarkCompactCollector::IsCompacting()) { On 2010/05/18 09:06:32, Vyacheslav Egorov wrote:
On 2010/05/18 08:57:48, Mads Ager wrote: > Seems like a left-over change since this just unconditionally
increments
> mc_count_.
Sorry I am not following you: I think we can have !IsCompacting() here
that
means that we are doing MarkSweep collection.
My bad. I missed the one char difference between mc_count_ and ms_count_. :) http://codereview.chromium.org/2132005/show -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
