https://codereview.chromium.org/12378071/diff/1/src/spaces.cc
File src/spaces.cc (right):

https://codereview.chromium.org/12378071/diff/1/src/spaces.cc#newcode2481
src/spaces.cc:2481:
heap()->mark_compact_collector()->IsConcurrentSweepingInProgress());
On 2013/03/04 15:26:29, Michael Starzinger wrote:
Better use the following assertion ...

ASSERT(heap()->IsSweepingComplete() || (unswept_free_bytes_ == 0));

... and move it back to the header so that it can be inlined.

Done.

I changed the ASSERT as suggested, but now it is weaker.

https://codereview.chromium.org/12378071/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to