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

Issue 2377943003: Fixed zapping of contents (Closed)

Created:
4 years, 2 months ago by heimbuef
Modified:
4 years, 2 months ago
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Fixed zapping of contents BUG= Committed: https://crrev.com/ae18e6cd8ef6be9e765aa3d8bc97d1b875983703 Cr-Commit-Position: refs/heads/master@{#39946}

Patch Set 1 : Fixed zapping of contents #

Total comments: 2

Patch Set 2 : Reaction to comments #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -23 lines) Patch
M BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M src/v8.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M src/zone/accounting-allocator.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/zone/zone.cc View 1 4 chunks +3 lines, -18 lines 1 comment Download
M src/zone/zone-segment.h View 1 chunk +9 lines, -0 lines 0 comments Download
A + src/zone/zone-segment.cc View 1 chunk +10 lines, -5 lines 0 comments Download

Messages

Total messages: 21 (7 generated)
heimbuef
PTAL
4 years, 2 months ago (2016-09-28 07:56:28 UTC) #3
heimbuef
On 2016/09/28 at 07:56:28, heimbuef wrote: > PTAL Missing file, can't update the cl right ...
4 years, 2 months ago (2016-09-28 08:01:50 UTC) #4
heimbuef
On 2016/09/28 at 08:01:50, heimbuef wrote: > On 2016/09/28 at 07:56:28, heimbuef wrote: > > ...
4 years, 2 months ago (2016-09-28 08:21:06 UTC) #7
Toon Verwaest
https://codereview.chromium.org/2377943003/diff/40001/src/zone/accounting-allocator.cc File src/zone/accounting-allocator.cc (right): https://codereview.chromium.org/2377943003/diff/40001/src/zone/accounting-allocator.cc#newcode32 src/zone/accounting-allocator.cc:32: memory->ZapHeader(); If you anyway need to zap something here, ...
4 years, 2 months ago (2016-09-28 08:35:01 UTC) #9
heimbuef
On 2016/09/28 at 08:35:01, verwaest wrote: > https://codereview.chromium.org/2377943003/diff/40001/src/zone/accounting-allocator.cc > File src/zone/accounting-allocator.cc (right): > > https://codereview.chromium.org/2377943003/diff/40001/src/zone/accounting-allocator.cc#newcode32 ...
4 years, 2 months ago (2016-09-28 08:47:13 UTC) #10
Michael Lippautz
fyi: just patched this into yesterdays chromium and I still get the spurious values. checking ...
4 years, 2 months ago (2016-09-28 09:02:28 UTC) #11
Michael Lippautz
https://codereview.chromium.org/2377943003/diff/40001/src/zone/zone.cc File src/zone/zone.cc (right): https://codereview.chromium.org/2377943003/diff/40001/src/zone/zone.cc#newcode156 src/zone/zone.cc:156: memset(segment_head_, kZapDeadByte, size); I guess this should also be ...
4 years, 2 months ago (2016-09-28 09:22:39 UTC) #12
heimbuef
On 2016/09/28 at 09:22:39, mlippautz wrote: > https://codereview.chromium.org/2377943003/diff/40001/src/zone/zone.cc > File src/zone/zone.cc (right): > > https://codereview.chromium.org/2377943003/diff/40001/src/zone/zone.cc#newcode156 ...
4 years, 2 months ago (2016-09-28 09:38:28 UTC) #13
Michael Lippautz
Deferring the actual review to Toon, since I haven't been much here lately. https://codereview.chromium.org/2377943003/diff/60001/src/zone/zone.cc File ...
4 years, 2 months ago (2016-09-29 09:44:48 UTC) #14
Toon Verwaest
I still don't understand why you don't just zap the entire thing when freeing the ...
4 years, 2 months ago (2016-09-29 12:55:15 UTC) #15
Toon Verwaest
lgtm
4 years, 2 months ago (2016-09-30 10:44:43 UTC) #16
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/2377943003/60001
4 years, 2 months ago (2016-10-04 08:08:45 UTC) #18
commit-bot: I haz the power
Committed patchset #2 (id:60001)
4 years, 2 months ago (2016-10-04 08:47:24 UTC) #19
commit-bot: I haz the power
4 years, 2 months ago (2016-10-04 08:47:44 UTC) #21
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/ae18e6cd8ef6be9e765aa3d8bc97d1b875983703
Cr-Commit-Position: refs/heads/master@{#39946}

Powered by Google App Engine
This is Rietveld 408576698