[Webkit-unassigned] [Bug 155551] Pathological performance on first execution of a function called with mismatched argument count

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 16 13:09:57 PDT 2016


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

--- Comment #10 from Oliver Hunt <oliver at apple.com> ---
(In reply to comment #8)
> Sorry, I still don't see anything actionable here.

Really? If i have a function f(i), and then do f();f(); it's reasonable for the first call to f to take vastly longer than the second? but if i do f(undefined);f(undefined); that won't happen.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160316/a127ea22/attachment.html>


More information about the webkit-unassigned mailing list