[Webkit-unassigned] [Bug 96371] Web Inspector: Avoid slice-ing listeners array in WI.Object.prototype.dispatchEventToListeners

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 13 15:41:29 PST 2014


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

Brian Burg <burg at cs.washington.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |burg at cs.washington.edu,
                   |                            |graouts at webkit.org,
                   |                            |oliver at apple.com,
                   |                            |timothy at apple.com,
                   |                            |webkit-bug-importer at group.a
                   |                            |pple.com
             Status|ASSIGNED                    |NEW
          Component|Web Inspector (Deprecated)  |Web Inspector
           Assignee|apavlov at chromium.org        |webkit-unassigned at lists.web
                   |                            |kit.org

--- Comment #6 from Brian Burg <burg at cs.washington.edu> ---
the linked jsperf shows manual copy about 75% faster than for-loop. Why can't we optimize Array.prototype.slice() instead? I'm not convinced this is a big perf issue right now, since jsperf is probably not representative of how WI code will be optimized.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141213/6d67a2a4/attachment-0002.html>


More information about the webkit-unassigned mailing list