[Webkit-unassigned] [Bug 132229] Coalesce responses on network process side

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 29 22:51:33 PDT 2014


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





--- Comment #21 from Antti Koivisto <koivisto at iki.fi>  2014-04-29 22:51:54 PST ---
(In reply to comment #20)
> Don't these include data serialization, which will still happen with this patch?

No, sendMessage functions are pure low level/kernel overhead. The IPC::ArgumentCoder<>::encode functions do the serialization.

ResourceResponse serialization is indeed very slow and should be optimised too.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list