https://codereview.chromium.org/27694004/diff/28001/src/heap-snapshot-generator.cc
File src/heap-snapshot-generator.cc (right):
https://codereview.chromium.org/27694004/diff/28001/src/heap-snapshot-generator.cc#newcode619
src/heap-snapshot-generator.cc:619: if (last_printed_object != i - 1) {
nit:
int objects_skipped = i - last_printed_object - 1;
if (objects_skipped > 0) {
...
https://codereview.chromium.org/27694004/
--
--
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.