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

Issue 1419523008: Add boolean to tell if V8 zaps allocated memory (Closed)

Created:
5 years, 1 month ago by ssid
Modified:
5 years, 1 month ago
CC:
v8-reviews_googlegroups.com, Paweł Hajdan Jr.
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Add boolean to tell if V8 zaps allocated memory V8 zaps (writes 0xdeadbeef) over the mmapped regions when in debug mode. This causes more resident size than displayed in tracing. So, This CL adds an api to tell if zapping is done. BUG=546492 LOG=Y Committed: https://crrev.com/0fa11bfb8008cbc6ec9841fad941530dcd532f48 Cr-Commit-Position: refs/heads/master@{#31716}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Rename. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -0 lines) Patch
M include/v8.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M src/api.cc View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 20 (9 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1419523008/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1419523008/1
5 years, 1 month ago (2015-10-30 13:55:24 UTC) #2
commit-bot: I haz the power
Dry run: No L-G-T-M from a valid reviewer yet. Only full committers are accepted. Even ...
5 years, 1 month ago (2015-10-30 13:55:25 UTC) #4
ssid
+hpayer, +rmcilroy PTAL, 3 line return to show zapping.
5 years, 1 month ago (2015-10-30 13:57:17 UTC) #6
rmcilroy
LGTM other than naming issue, but please wait for Hannes to review too. https://codereview.chromium.org/1419523008/diff/1/include/v8.h File ...
5 years, 1 month ago (2015-10-30 14:59:00 UTC) #8
ssid
Done thanks. https://codereview.chromium.org/1419523008/diff/1/include/v8.h File include/v8.h (right): https://codereview.chromium.org/1419523008/diff/1/include/v8.h#newcode5010 include/v8.h:5010: size_t did_zap_garbage() { return did_zap_garbage_; } On ...
5 years, 1 month ago (2015-10-30 15:02:37 UTC) #9
Hannes Payer (out of office)
LGTM
5 years, 1 month ago (2015-11-02 17:59:06 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1419523008/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1419523008/20001
5 years, 1 month ago (2015-11-02 18:00:21 UTC) #12
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 1 month ago (2015-11-02 18:25:14 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1419523008/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1419523008/20001
5 years, 1 month ago (2015-11-02 18:25:43 UTC) #18
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 1 month ago (2015-11-02 18:26:53 UTC) #19
commit-bot: I haz the power
5 years, 1 month ago (2015-11-02 18:27:31 UTC) #20
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/0fa11bfb8008cbc6ec9841fad941530dcd532f48
Cr-Commit-Position: refs/heads/master@{#31716}

Powered by Google App Engine
This is Rietveld 408576698