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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 24 20:30:25 PDT 2010


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





--- Comment #7 from Caio Marcelo de Oliveira Filho <caio.oliveira at openbossa.org>  2010-04-24 20:30:23 PST ---
Thanks for looking into it.

For the record, the simplest case (and the one with worst performance) I was
testing was comparing 'g' and 'h'

    g = function() { return obj.f(); }
    h = obj.f.bind(obj);  // using the native implementation

Agreed that we should land a solution only if it is not slower. So, I'll look
into Maciej's suggestions to improve the performance and report back here.

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