Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Issue 1139703005: ipc: remove IPC_USES_READWRITE (Closed)

Created:
5 years, 7 months ago by mdempsky
Modified:
5 years, 7 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam, Mark Seaborn, hidehiko
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

ipc: remove IPC_USES_READWRITE The Linux sandbox performance implications that made using recvmsg()/sendmsg() slower than read()/write() have not applied for a long time, since we switched from seccomp (v1) to seccomp-bpf. Committed: https://crrev.com/ab00835c677f21e0f6a6deb89b36f07917f2b907 Cr-Commit-Position: refs/heads/master@{#330414}

Patch Set 1 #

Patch Set 2 : Apply unifdef to header too #

Total comments: 10

Patch Set 3 : Nits from hidehiko@ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -165 lines) Patch
M ipc/ipc_channel_posix.h View 1 3 chunks +0 lines, -42 lines 0 comments Download
M ipc/ipc_channel_posix.cc View 1 2 10 chunks +5 lines, -123 lines 0 comments Download

Messages

Total messages: 14 (5 generated)
mdempsky
5 years, 7 months ago (2015-05-15 23:58:49 UTC) #2
jln (very slow on Chromium)
Thanks for the cleanup! lgtm
5 years, 7 months ago (2015-05-16 01:35:25 UTC) #3
mdempsky
+tsepez for ipc OWNERS
5 years, 7 months ago (2015-05-16 01:55:28 UTC) #5
hidehiko
Thank you for quick work! LGTM. https://codereview.chromium.org/1139703005/diff/20001/ipc/ipc_channel_posix.cc File ipc/ipc_channel_posix.cc (right): https://codereview.chromium.org/1139703005/diff/20001/ipc/ipc_channel_posix.cc#newcode322 ipc/ipc_channel_posix.cc:322: nit: unnecessary empty ...
5 years, 7 months ago (2015-05-18 04:54:05 UTC) #7
Tom Sepez
lgtm
5 years, 7 months ago (2015-05-18 15:50:58 UTC) #8
mdempsky
hidehiko: Good call, thanks. https://codereview.chromium.org/1139703005/diff/20001/ipc/ipc_channel_posix.cc File ipc/ipc_channel_posix.cc (right): https://codereview.chromium.org/1139703005/diff/20001/ipc/ipc_channel_posix.cc#newcode322 ipc/ipc_channel_posix.cc:322: On 2015/05/18 04:54:05, hidehiko wrote: ...
5 years, 7 months ago (2015-05-18 17:58:37 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1139703005/40001
5 years, 7 months ago (2015-05-18 18:00:30 UTC) #12
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 7 months ago (2015-05-18 20:57:35 UTC) #13
commit-bot: I haz the power
5 years, 7 months ago (2015-05-18 22:43:00 UTC) #14
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/ab00835c677f21e0f6a6deb89b36f07917f2b907
Cr-Commit-Position: refs/heads/master@{#330414}

Powered by Google App Engine
This is Rietveld 408576698