[Webkit-unassigned] [Bug 156147] [JSC] implement async functions proposal

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 27 14:00:57 PDT 2016


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

--- Comment #95 from Caitlin Potter (:caitp) <caitp at igalia.com> ---
Adding more branch prediction hints to the collections of `m_runtimeFlags.isAsyncAwaitEnabled() && ...` conditions seems to get a big improvement (dramatically fixing regressions in Dromaeo, and significantly mitigating the codeload regressions to less than 1% on average).

I think that's pretty good, but the branch prediction hints will not be useful forever, so more work may be needed to keep the parser performing well later.

What do you think?

-- 
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/20160527/ed2f4fd2/attachment.html>


More information about the webkit-unassigned mailing list