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

Issue 2349393002: Use platform sized counters for the refcounted classes in base. (Closed)

Created:
4 years, 3 months ago by Will Harris
Modified:
4 years, 2 months ago
CC:
chromium-reviews, gavinp+memory_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Use platform sized counters for the refcounted classes in base. Also, fix an implicit cast in OneWriterSeqLockTest. BUG=629774 Committed: https://crrev.com/c1049960743d2e67130cdef1ab46ef455182b95b Cr-Commit-Position: refs/heads/master@{#420850}

Patch Set 1 #

Patch Set 2 : fix implicit cast in seqlock test #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -3 lines) Patch
M base/atomic_ref_count.h View 1 chunk +1 line, -1 line 0 comments Download
M base/memory/ref_counted.h View 1 chunk +1 line, -1 line 1 comment Download
M content/common/one_writer_seqlock_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 33 (12 generated)
Will Harris
Thakis, what do you think about this change?
4 years, 3 months ago (2016-09-20 21:33:47 UTC) #4
Will Harris
On 2016/09/20 21:33:47, Will Harris wrote: > Thakis, what do you think about this change? ...
4 years, 3 months ago (2016-09-22 17:13:30 UTC) #5
Nico
Looks fine to me, but referenced bug is marked WontFix. So I don't know why ...
4 years, 3 months ago (2016-09-22 17:15:59 UTC) #7
Will Harris
On 2016/09/22 17:15:59, Nico wrote: > Looks fine to me, but referenced bug is marked ...
4 years, 3 months ago (2016-09-22 17:28:22 UTC) #9
Tom Sepez
There's a trade-off here, and the same issue has come up in webkit/blink. Blink/Webkit are ...
4 years, 3 months ago (2016-09-22 17:50:00 UTC) #10
Tom Sepez
https://codereview.chromium.org/2349393002/diff/40001/base/memory/ref_counted.h File base/memory/ref_counted.h (right): https://codereview.chromium.org/2349393002/diff/40001/base/memory/ref_counted.h#newcode78 base/memory/ref_counted.h:78: mutable size_t ref_count_; nit: should really be an intprt_t, ...
4 years, 3 months ago (2016-09-22 17:55:35 UTC) #11
Charlie Reis
No objection to the test change in content/, but I defer to thakis@/tsepez@ on the ...
4 years, 3 months ago (2016-09-22 18:12:23 UTC) #12
Tom Sepez
lgtm
4 years, 3 months ago (2016-09-22 18:46:08 UTC) #13
Will Harris
On 2016/09/22 18:46:08, Tom Sepez wrote: > lgtm okay I'll land this and monitor perf ...
4 years, 3 months ago (2016-09-22 18:48:07 UTC) #15
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/2349393002/40001
4 years, 3 months ago (2016-09-22 18:48:12 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/230918) linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, ...
4 years, 3 months ago (2016-09-22 20:49:56 UTC) #18
Will Harris
it seems changing a file like this makes the compile times on linux_chromium_chromeos_rel_ng and linux_chromium_asan_rel_ng ...
4 years, 3 months ago (2016-09-23 20:50:28 UTC) #19
Nico
On 2016/09/23 20:50:28, Will Harris wrote: > it seems changing a file like this makes ...
4 years, 3 months ago (2016-09-23 21:23:39 UTC) #20
Will Harris
On 2016/09/23 21:23:39, Nico wrote: > On 2016/09/23 20:50:28, Will Harris wrote: > > it ...
4 years, 3 months ago (2016-09-23 21:25:47 UTC) #21
Nico
The cache is server-side, so as long as you send the retry fairly soon after ...
4 years, 3 months ago (2016-09-23 21:27:00 UTC) #22
Will Harris
On 2016/09/23 21:27:00, Nico wrote: > The cache is server-side, so as long as you ...
4 years, 3 months ago (2016-09-23 21:28:54 UTC) #23
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/2349393002/40001
4 years, 3 months ago (2016-09-24 00:23:35 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/285599)
4 years, 3 months ago (2016-09-24 02:40:43 UTC) #27
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/2349393002/40001
4 years, 2 months ago (2016-09-24 18:13:10 UTC) #29
commit-bot: I haz the power
Committed patchset #2 (id:40001)
4 years, 2 months ago (2016-09-24 19:11:50 UTC) #31
commit-bot: I haz the power
4 years, 2 months ago (2016-09-24 19:13:23 UTC) #33
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/c1049960743d2e67130cdef1ab46ef455182b95b
Cr-Commit-Position: refs/heads/master@{#420850}

Powered by Google App Engine
This is Rietveld 408576698