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

Issue 1725113002: gpu: Add out-of-line copy ctors for complex classes. (Closed)

Created:
4 years, 10 months ago by vmpstr
Modified:
4 years, 9 months ago
Reviewers:
Nico, dcheng, piman
CC:
chromium-reviews, piman+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

gpu: Add out-of-line copy ctors for complex classes. This patch adds out of line copy constructors for classes that our clang-plugin considers heavy. This is an effort to enable copy constructor checks by default. BUG=436357 R=piman@chromium.org, dcheng@chromium.org, thakis@chromium.org CQ_INCLUDE_TRYBOTS=tryserver.chromium.win:win_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel Committed: https://crrev.com/3b7b8b27fd11096c0eaff14c44656481b669be5e Cr-Commit-Position: refs/heads/master@{#378590}

Patch Set 1 #

Total comments: 1

Patch Set 2 : rebase #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -0 lines) Patch
M cc/surfaces/BUILD.gn View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/client/program_info_manager.h View 3 chunks +3 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/program_info_manager.cc View 3 chunks +8 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/capabilities.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/common/capabilities.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/sync_token.h View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/sync_token.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/context_state.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/context_state.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gpu_tracer.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/gpu_tracer.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/mailbox_manager_sync.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/mailbox_manager_sync.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/program_manager.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/program_manager.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/sync_point_manager.h View 2 chunks +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/sync_point_manager.cc View 2 chunks +5 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/texture_definition.h View 2 chunks +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/texture_definition.cc View 1 2 chunks +4 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/texture_manager.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/texture_manager.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/vertex_attrib_manager.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/vertex_attrib_manager.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/config/dx_diag_node.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/config/dx_diag_node.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/config/gpu_info.h View 2 chunks +3 lines, -0 lines 0 comments Download
M gpu/config/gpu_info.cc View 2 chunks +5 lines, -0 lines 0 comments Download
M gpu/config/gpu_test_config.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/config/gpu_test_config.cc View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 30 (13 generated)
vmpstr
Please take a look.
4 years, 10 months ago (2016-02-24 00:36:20 UTC) #2
piman
Overall lgtm, but please watch perf bots - at least one of them (SyncToken) could ...
4 years, 10 months ago (2016-02-24 01:06:57 UTC) #3
Nico
lgtm2
4 years, 10 months ago (2016-02-24 01:13:00 UTC) #4
vmpstr
On 2016/02/24 01:06:57, piman wrote: > Overall lgtm, but please watch perf bots - at ...
4 years, 10 months ago (2016-02-25 00:07:02 UTC) #5
piman
On Wed, Feb 24, 2016 at 4:07 PM, <vmpstr@chromium.org> wrote: > On 2016/02/24 01:06:57, piman ...
4 years, 10 months ago (2016-02-25 06:37:51 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1725113002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1725113002/20001
4 years, 9 months ago (2016-02-29 21:11:18 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_compile_dbg_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_compile_dbg_ng/builds/57258)
4 years, 9 months ago (2016-02-29 22:24:44 UTC) #11
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1725113002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1725113002/20001
4 years, 9 months ago (2016-02-29 23:28:30 UTC) #13
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_compile_dbg_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_compile_dbg_ng/builds/57413)
4 years, 9 months ago (2016-03-01 00:12:10 UTC) #15
vmpstr
On 2016/03/01 00:12:10, commit-bot: I haz the power wrote: > Dry run: Try jobs failed ...
4 years, 9 months ago (2016-03-01 19:42:10 UTC) #16
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1725113002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1725113002/20001
4 years, 9 months ago (2016-03-01 19:50:32 UTC) #18
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_compile_dbg_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_compile_dbg_ng/builds/57881)
4 years, 9 months ago (2016-03-01 20:27:24 UTC) #20
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1725113002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1725113002/40001
4 years, 9 months ago (2016-03-01 21:24:05 UTC) #22
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-01 22:47:37 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1725113002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1725113002/40001
4 years, 9 months ago (2016-03-01 22:48:44 UTC) #27
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 9 months ago (2016-03-01 23:00:30 UTC) #28
commit-bot: I haz the power
4 years, 9 months ago (2016-03-01 23:02:33 UTC) #30
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/3b7b8b27fd11096c0eaff14c44656481b669be5e
Cr-Commit-Position: refs/heads/master@{#378590}

Powered by Google App Engine
This is Rietveld 408576698