[Webkit-unassigned] [Bug 26382] [ES5] Implement Function.prototype.bind

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 12 08:37:48 PDT 2010


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


Caio Marcelo de Oliveira Filho <caio.oliveira at openbossa.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #55158|0                           |1
        is obsolete|                            |




--- Comment #19 from Caio Marcelo de Oliveira Filho <caio.oliveira at openbossa.org>  2010-05-12 08:37:45 PST ---
Created an attachment (id=55852)
 --> (https://bugs.webkit.org/attachment.cgi?id=55852)
Native implementation of Function.prototype.bind(), v6

Fixes building in 64bits: JSBoundFunction was too large to fit in the cell, so moved other members inside the private data. Tested that on MacOSX.

Also cached the CallData information of target function, this gave a small boost in performance.

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