[Webkit-unassigned] [Bug 152691] Web Inspector: Iterating over a Set/Map is too slow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 4 15:37:31 PST 2016


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

--- Comment #1 from Yusuke Suzuki <utatane.tea at gmail.com> ---
I guess we can improve this by making Set.prototype.forEach written in JS.
Currently, it is implemented in C++, it avoid inlining the given callback.

-- 
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/20160104/b7c014d5/attachment.html>


More information about the webkit-unassigned mailing list