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

Issue 2759423004: Protobuf: Move thread-local global data to globals.cc (Closed)

Created:
3 years, 9 months ago by Tom (Use chromium acct)
Modified:
3 years, 9 months ago
Reviewers:
Peter Kasting
CC:
chromium-reviews, piman
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Protobuf: Move thread-local global data to globals.cc This CL is a followup to https://codereview.chromium.org/2756543002/ which moved all variables in .data and .bss into globals.cc. However, I overlooked thread-local variables in .tdata and .tbss. This CL moves those too. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_dbg_ng;master.tryserver.chromium.mac:mac_chromium_dbg_ng;master.tryserver.chromium.win:win_chromium_dbg_ng R=pkasting@chromium.org CC=piman@chromium.org BUG=703706 Review-Url: https://codereview.chromium.org/2759423004 Cr-Commit-Position: refs/heads/master@{#458677} Committed: https://chromium.googlesource.com/chromium/src/+/57c80c99d9f3355e5dc1829d0ac2eeffe7cd26b6

Patch Set 1 #

Patch Set 2 : Update patch file #

Total comments: 3

Patch Set 3 : Address pkasting@'s comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+166 lines, -56 lines) Patch
M third_party/protobuf/BUILD.gn View 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/protobuf/README.chromium View 1 2 1 chunk +4 lines, -1 line 0 comments Download
M third_party/protobuf/patches/0012-extract-globals.patch View 1 18 chunks +132 lines, -33 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/arena.h View 2 chunks +7 lines, -5 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/arena.cc View 5 chunks +10 lines, -15 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/globals.cc View 1 2 chunks +9 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (19 generated)
Tom (Use chromium acct)
pkasting@ ptal This should fix a bug where the GPU process fails to launch with ...
3 years, 9 months ago (2017-03-22 05:02:16 UTC) #9
Peter Kasting
LGTM https://codereview.chromium.org/2759423004/diff/40001/third_party/protobuf/BUILD.gn File third_party/protobuf/BUILD.gn (right): https://codereview.chromium.org/2759423004/diff/40001/third_party/protobuf/BUILD.gn#newcode207 third_party/protobuf/BUILD.gn:207: public_configs += [ ":protobuf_use_dlls" ] Dunno that I ...
3 years, 9 months ago (2017-03-22 05:16:40 UTC) #13
Tom (Use chromium acct)
https://codereview.chromium.org/2759423004/diff/40001/third_party/protobuf/BUILD.gn File third_party/protobuf/BUILD.gn (right): https://codereview.chromium.org/2759423004/diff/40001/third_party/protobuf/BUILD.gn#newcode207 third_party/protobuf/BUILD.gn:207: public_configs += [ ":protobuf_use_dlls" ] On 2017/03/22 05:16:40, Peter ...
3 years, 9 months ago (2017-03-22 05:40:50 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2759423004/60001
3 years, 9 months ago (2017-03-22 07:46:57 UTC) #21
commit-bot: I haz the power
3 years, 9 months ago (2017-03-22 07:52:13 UTC) #24
Message was sent while issue was closed.
Committed patchset #3 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/57c80c99d9f3355e5dc1829d0ac2...

Powered by Google App Engine
This is Rietveld 408576698