[Webkit-unassigned] [Bug 97270] DOM-in-JavaScript performance experiments

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 26 16:18:27 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=97270





--- Comment #19 from Adam Barth <abarth at webkit.org>  2012-09-26 16:18:53 PST ---
With a small tweak to how we build the JS objets, I can make the JS version outperform the CPP version in JSC as well:

chromium-mac-js2: 191981.8 runs/s
apple-mac-js2: 472447.4 runs/s

The difference is that js2 uses createMirrorDOMNode() to add the properties in the same order for every JavaScript "DOM node."  (Attaching updated perf test shortly.)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list