https://codereview.chromium.org/177983003/diff/60001/src/allocation-tracker.cc
File src/allocation-tracker.cc (right):
https://codereview.chromium.org/177983003/diff/60001/src/allocation-tracker.cc#newcode195
src/allocation-tracker.cc:195: do {
Could you please rewrite do-while to something like:
for (; it != ranges_.end() && it->first <= end; ++it) { }
if (it->second.start < end) {
it->second.start = end;
}
https://codereview.chromium.org/177983003/
--
--
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.