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

Issue 2751403003: Reland: Use native (optimized) functions for byte order conversion. (Closed)

Created:
3 years, 9 months ago by joachim
Modified:
3 years, 8 months ago
Reviewers:
tommi
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Reland: Use native (optimized) functions for byte order conversion. Instead of manually copying single bytes, the native functions like "htobe32" are used. The previous CL https://codereview.webrtc.org/2738063005/ got reverted in https://codereview.webrtc.org/2757703002/ Reland with the compilation errors fixed. BUG=None Review-Url: https://codereview.webrtc.org/2751403003 Cr-Commit-Position: refs/heads/master@{#17280} Committed: https://chromium.googlesource.com/external/webrtc/+/c8a4c1f24ca3a2ececeb1b3774e1fc80f8ffe631

Patch Set 1 #

Patch Set 2 : Fix compilation for native client. #

Patch Set 3 : Native client doesn't support "htonll". #

Patch Set 4 : Update dependencies when building with NaCl. #

Patch Set 5 : Fixed wrong nesting for new dependency. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+86 lines, -71 lines) Patch
M webrtc/base/BUILD.gn View 1 2 3 4 1 chunk +3 lines, -0 lines 1 comment Download
M webrtc/base/byteorder.h View 1 2 2 chunks +83 lines, -71 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
joachim
Ptal, I verified the fixes with some Chromium trybots (and hope that covered all). https://codereview.webrtc.org/2751403003/diff/80001/webrtc/base/BUILD.gn ...
3 years, 9 months ago (2017-03-17 00:10:18 UTC) #2
tommi
lgtm
3 years, 9 months ago (2017-03-17 05:26:33 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2751403003/80001
3 years, 9 months ago (2017-03-17 05:26:37 UTC) #5
commit-bot: I haz the power
Committed patchset #5 (id:80001) as https://chromium.googlesource.com/external/webrtc/+/c8a4c1f24ca3a2ececeb1b3774e1fc80f8ffe631
3 years, 9 months ago (2017-03-17 05:49:55 UTC) #8
kthelgason
A revert of this CL (patchset #5 id:80001) has been created in https://codereview.webrtc.org/2755103002/ by kthelgason@webrtc.org. ...
3 years, 9 months ago (2017-03-17 09:28:12 UTC) #9
mbonadei
On 2017/03/17 09:28:12, kthelgason wrote: > A revert of this CL (patchset #5 id:80001) has ...
3 years, 8 months ago (2017-03-30 17:59:54 UTC) #10
joachim
3 years, 8 months ago (2017-03-30 22:11:03 UTC) #11
Message was sent while issue was closed.
On 2017/03/30 17:59:54, mbonadei wrote:
> On 2017/03/17 09:28:12, kthelgason wrote:
> > A revert of this CL (patchset #5 id:80001) has been created in
> > https://codereview.webrtc.org/2755103002/ by mailto:kthelgason@webrtc.org.
> > 
> > The reason for reverting is: Breaks internal project..
> 
> Hi, we have solved the problem. This CL can now be landed.

Thanks, the CL to reland is https://codereview.webrtc.org/2786993003/

Powered by Google App Engine
This is Rietveld 408576698