commit | 9691a7bf20f969e72b523e5006823901e34cd825 | [log] [tgz] |
---|---|---|
author | rockot <rockot@chromium.org> | Fri Mar 18 18:58:15 2016 |
committer | Commit bot <commit-bot@chromium.org> | Fri Mar 18 18:59:44 2016 |
tree | 5ba43382c2b35806dd3f9426ecde7b06b6ee33d3 | |
parent | cd4e139b12f45f81a77d6293f1bb9339464f80f4 [diff] |
ChannelMojo: Remove intermediate Message struct This passes the data and handles directly in the Receive message rather than using an intermediate Message struct. One less alloc per Send, which seems worthwhile even though the performance delta is marginal. R=sammc@chromium.org BUG= Review URL: https://codereview.chromium.org/1809323002 Cr-Commit-Position: refs/heads/master@{#382037}