Nice catch! Small drive-by comment.
https://chromiumcodereview.appspot.com/10535004/diff/1/src/objects.cc File src/objects.cc (right): https://chromiumcodereview.appspot.com/10535004/diff/1/src/objects.cc#newcode7403 src/objects.cc:7403: *keep_entry = true; I don't think this fix is completely correct, because in the ELEMENTS_TRANSITION case we might have a slot in the backing store that is undefined. In this case the backing store might be kept even though it is empty. https://chromiumcodereview.appspot.com/10535004/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
