Go to file
antonm@chromium.org 06fdc01543 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.
Review URL: http://codereview.chromium.org/118118

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2093 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2009-06-03 11:25:34 +00:00
benchmarks Remove duplicate line in benchmarks/base.js 2009-05-26 13:28:51 +00:00
include Expose IsProfilerPaused function on the public interface. 2009-05-25 12:34:47 +00:00
samples Add a "read" extension to the shell programs. This global function 2009-04-17 21:04:34 +00:00
src In case of holder with fast properties that allows to fetch the property 2009-06-03 11:25:34 +00:00
test Fix determining of JS lower stack bottom used in profiler's JS stack tracer to work with Chromium. 2009-06-02 09:33:17 +00:00
tools Make tickprocessor's ProfileView extensible and move out DevTools-only stuff. 2009-06-03 11:21:23 +00:00
AUTHORS Add Joel Stanley to AUTHORS. Also sort the list so it is easier to see 2009-05-26 08:49:07 +00:00
ChangeLog Prepare for push to trunk. We are now working on 1.2.7. 2009-05-29 10:52:00 +00:00
LICENSE Remove JSCRE 2009-02-25 08:08:01 +00:00
SConstruct Fixed minor style issue in SConstruct file. 2009-05-22 07:01:04 +00:00