[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 16:56:08 PST 2016


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

--- Comment #4 from Brian Burg <bburg at apple.com> ---
(In reply to comment #3)
> (In reply to comment #1)
> > 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.
> 
> But if you have many calls to Set.prototype.forEach, we're not going
> to inline the call.

Aww shucks, we happen to do that ;-) Can't DFG create multiple inlined versions of the same function? That would be super useful for lots of megamorphic library methods.

-- 
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/20160105/ee6b39df/attachment.html>


More information about the webkit-unassigned mailing list