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

Issue 2986163002: Audit of kConstants missing the const qualifier (Closed)

Created:
3 years, 4 months ago by agrieve
Modified:
3 years, 4 months ago
Reviewers:
kwiberg-webrtc
CC:
webrtc-reviews_webrtc.org, interface-changes_webrtc.org, danilchap, yujie_mao (webrtc), kwiberg-webrtc, stefan-webrtc, Andrew MacDonald, aleloi, hlundin-webrtc, tlegrand-webrtc, tterriberry_mozilla.com, audio-team_agora.io, qiang.lu, niklas.enbom, zhuangzesen_agora.io, mflodman, peah-webrtc, minyue-webrtc, the sun, AleBzk, aluebs-webrtc, bjornv1
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Audit of kConstants missing the const qualifier Found via supersize query: size_info.symbols.WhereFullNameMatches(r'\bk[A-Z]').WhereInSection('d') This moves 90 symbols from .data -> .data.rel.ro (5.50kb) BUG=chromium:747064 Review-Url: https://codereview.webrtc.org/2986163002 Cr-Commit-Position: refs/heads/master@{#19274} Committed: https://chromium.googlesource.com/external/webrtc/+/26622d3ff8dcbddd6027a148a4be42d7c0de60e1

Patch Set 1 #

Total comments: 2

Patch Set 2 : rebase + constexpr #

Unified diffs Side-by-side diffs Delta from patch set Stats (+154 lines, -153 lines) Patch
M webrtc/api/stats/rtcstats_objects.h View 1 chunk +20 lines, -20 lines 0 comments Download
M webrtc/config.h View 1 chunk +9 lines, -9 lines 0 comments Download
M webrtc/config.cc View 2 chunks +9 lines, -9 lines 0 comments Download
M webrtc/media/engine/webrtcmediaengine.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/isac/fix/source/arith_routines_hist.c View 3 chunks +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/isac/fix/source/arith_routins.h View 3 chunks +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/isac/main/source/arith_routines.h View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/isac/main/source/arith_routines_hist.c View 3 chunks +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/isac/main/source/entropy_coding.c View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/level_controller/noise_spectrum_estimator.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/pacing/alr_detector.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/pacing/alr_detector.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/bwe_defines.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/include/bwe_defines.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/fec_private_tables_bursty.h View 9 chunks +13 lines, -13 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/fec_private_tables_random.h View 45 chunks +49 lines, -49 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/forward_error_correction_internal.h View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/forward_error_correction_internal.cc View 1 chunk +2 lines, -1 line 0 comments Download
M webrtc/rtc_base/rtccertificategenerator.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/rtc_base/sslroots.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/stats/rtcstats_objects.cc View 1 chunk +22 lines, -22 lines 0 comments Download

Messages

Total messages: 16 (10 generated)
agrieve
On 2017/07/28 19:31:27, agrieve wrote: > mailto:agrieve@chromium.org changed reviewers: > + mailto:kwiberg@webrtc.org Presubmit gave the ...
3 years, 4 months ago (2017-07-28 19:33:00 UTC) #3
kwiberg-webrtc
lgtm Go for it! If you're feeling careful you might split it up into pieces ...
3 years, 4 months ago (2017-07-31 05:58:30 UTC) #8
agrieve
On 2017/07/31 05:58:30, kwiberg-webrtc wrote: > lgtm > > Go for it! If you're feeling ...
3 years, 4 months ago (2017-08-08 17:21:17 UTC) #9
agrieve
https://codereview.webrtc.org/2986163002/diff/1/webrtc/modules/audio_processing/level_controller/noise_spectrum_estimator.cc File webrtc/modules/audio_processing/level_controller/noise_spectrum_estimator.cc (right): https://codereview.webrtc.org/2986163002/diff/1/webrtc/modules/audio_processing/level_controller/noise_spectrum_estimator.cc#newcode22 webrtc/modules/audio_processing/level_controller/noise_spectrum_estimator.cc:22: const float kMinNoisePower = 100.f; On 2017/07/31 05:58:29, kwiberg-webrtc ...
3 years, 4 months ago (2017-08-08 17:21:28 UTC) #10
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/2986163002/20001
3 years, 4 months ago (2017-08-08 17:21:41 UTC) #13
commit-bot: I haz the power
3 years, 4 months ago (2017-08-08 17:48:25 UTC) #16
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/external/webrtc/+/26622d3ff8dcbddd6027a148a...

Powered by Google App Engine
This is Rietveld 408576698