LGTM
http://codereview.chromium.org/7720024/diff/4001/src/mark-compact.cc File src/mark-compact.cc (right): http://codereview.chromium.org/7720024/diff/4001/src/mark-compact.cc#newcode2499 src/mark-compact.cc:2499: !p->WasSweptPrecisely() && I think it makes sense to have a bool WasSwept() { return WasSweptPrecisely() || WasSweptConservatively(); } I think there are 4 places this could be used. http://codereview.chromium.org/7720024/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
