Reviewers: Mads Ager, Kasper Lund, Description: In case of holder with fast properties that allows to fetch the property immediately if holder has this property or saves binary search on holder if property doesn't belong to holder. Of course, in the cases when named getter returns nothing.
That gives ~20% for dom benchmark/Document Object String Get, speeds up overall dom_perf (not dramatically) and overall score for peacekeeper. Strange, but DOM part of peacekeepr runs somewhat slower. Please review this at http://codereview.chromium.org/118118 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/ia32/stub-cache-ia32.cc M src/objects-inl.h M src/objects.h M src/objects.cc M src/stub-cache.h M src/stub-cache.cc M test/cctest/test-api.cc --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
