https://chromiumcodereview.appspot.com/10332087/diff/1/src/profile-generator.cc File src/profile-generator.cc (right):
https://chromiumcodereview.appspot.com/10332087/diff/1/src/profile-generator.cc#newcode1681 src/profile-generator.cc:1681: const char* tag = objects_tags_.GetTag(object); How can we be sure that the object has already been tagged at this point? https://chromiumcodereview.appspot.com/10332087/diff/1/src/profile-generator.cc#newcode3087 src/profile-generator.cc:3087: debug_heap->Verify(); We can remove this second verification. https://chromiumcodereview.appspot.com/10332087/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
