https://chromiumcodereview.appspot.com/10049002/diff/14003/src/profile-generator.cc
File src/profile-generator.cc (right):

https://chromiumcodereview.appspot.com/10049002/diff/14003/src/profile-generator.cc#newcode1435
src/profile-generator.cc:1435: int entries = 0;
never used?

https://chromiumcodereview.appspot.com/10049002/diff/14003/src/profile-generator.cc#newcode1456
src/profile-generator.cc:1456: uint32_t entries_count = 0;
move it inside the loop.

https://chromiumcodereview.appspot.com/10049002/diff/14003/src/profile-generator.cc#newcode1463
src/profile-generator.cc:1463: ++entries_count;
you can eliminate this ++. just calc the difference between end and
start entry_info.

https://chromiumcodereview.appspot.com/10049002/

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to