LGTM, one nit

https://codereview.chromium.org/382463002/diff/1/src/incremental-marking.cc
File src/incremental-marking.cc (right):

https://codereview.chromium.org/382463002/diff/1/src/incremental-marking.cc#newcode704
src/incremental-marking.cc:704: CHECK(0 < delta && delta <=
bytes_to_process);
delta can be larger than bytes_to_process. I guess the first check is
fine to guarantee progress.

https://codereview.chromium.org/382463002/

--
--
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/d/optout.

Reply via email to