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); On 2012/05/10 12:13:52, Yury Semikhatsky wrote:
How can we be sure that the object has already been tagged at this
point? Global objects tagging is always done before snapshot taking, because it can modify the heap state. Perhaps, add a comment about this? https://chromiumcodereview.appspot.com/10332087/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
