Comment #9 on issue 32040 by mbel...@chromium.org: Amount of HTML on a page seems to affect script load+parse time
http://code.google.com/p/chromium/issues/detail?id=32040

I believe the binding is ok - V8DOMWindow::namedPropertyGetter is replicating the
behavior of the JSC reference implementation in
http://trac.webkit.org/browser/trunk/WebCore/bindings/js/JSDOMWindowCustom.cpp

Mads - should the runtime global initializing code (Runtime_DeclareGlobals) be
calling through to this function?  I guess it needs to.

I tested both chrome and safari4 with this script at the top or bottom of the page.

At bottom:  Chrome: 395  Safari: 132
At top   :  Chrome: 15   Safari: 99

I wonder if that binding isn't just too slow for some reason on chrome. It looks
like it is using the right atomicstring conversion path...

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
-- 
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs

Reply via email to