Bug 104622 - CoreIPC: ArgumentEncoder should have an inline buffer.
Summary: CoreIPC: ArgumentEncoder should have an inline buffer.
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on: 109367
Blocks:
  Show dependency treegraph
 
Reported: 2012-12-10 18:27 PST by Andreas Kling
Modified: 2013-04-25 15:29 PDT (History)
3 users (show)

See Also:


Attachments
Proposed patch (4.58 KB, patch)
2012-12-10 18:30 PST, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2012-12-10 18:27:21 PST
We could give ArgumentEncoder a little inline buffer for smaller messages to avoid churning the malloc heap.
Comment 1 Andreas Kling 2012-12-10 18:30:09 PST
Created attachment 178684 [details]
Proposed patch
Comment 2 WebKit Review Bot 2012-12-11 09:42:27 PST
Comment on attachment 178684 [details]
Proposed patch

Clearing flags on attachment: 178684

Committed r137328: <http://trac.webkit.org/changeset/137328>
Comment 3 WebKit Review Bot 2012-12-11 09:42:30 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 WebKit Review Bot 2013-02-09 19:45:09 PST
Re-opened since this is blocked by bug 109367