https://chromiumcodereview.appspot.com/10049002/diff/7001/src/profile-generator.cc File src/profile-generator.cc (right):
https://chromiumcodereview.appspot.com/10049002/diff/7001/src/profile-generator.cc#newcode1463 src/profile-generator.cc:1463: while (entry_info < end_entry_info && entry_info->id < fragment_id) { it doesn't look very efficient. May be do the binary search or better make entry info know its fragment index and update counters when its created/deleted. wdyt? https://chromiumcodereview.appspot.com/10049002/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
