[Webkit-unassigned] [Bug 79129] [V8] Bindings for accessors never use the name param

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 24 10:07:43 PST 2012


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





--- Comment #4 from anton muhin <antonm at chromium.org>  2012-02-24 10:07:44 PST ---
(In reply to comment #3)
> The V8 bindings are very slow and even though this is not a big deal it is extra work that we clearly do not need.
> 
> Would it make sense to have V8 support both? Maybe supporting both would make things slower?

I don't think v8 bindings are very slow :)

Name support on ia32 is three additional instructions (push reg, mov reg/reg, mov reg/mem) and two additional slots on the stack.  Not sure if it will save us a lot, but it's always worth trying.

-- 
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