Keep track of which maps are associated with prototype objects so we can tune the...
authorerik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 6 Jun 2012 10:17:26 +0000 (10:17 +0000)
committererik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 6 Jun 2012 10:17:26 +0000 (10:17 +0000)
commit911d447b96878681c0015606ca90be040aae3400
tree303bb8f6b0f21905b4bc5fefbe242765360a664b
parent99e0908cfd3e2da965a3ca566bab0a3a6d7efd95
Keep track of which maps are associated with prototype objects so we can tune the fast-case vs. hash map heuristics accordingly.
This is a reland of r11681 https://chromiumcodereview.appspot.com/10448011 , which was reverted because of layout test failures that were actually caused by the long-standing issue fixed in https://chromiumcodereview.appspot.com/10515006 (r11706).
Review URL: https://chromiumcodereview.appspot.com/10532021

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@11727 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/objects-inl.h
src/objects.cc
src/objects.h
src/runtime.cc
src/runtime.h
test/cctest/test-heap.cc
test/mjsunit/fast-prototype.js [new file with mode: 0644]