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

Issue 1294763004: [heap] Hide GCTracer inside the heap component. (Closed)

Created:
5 years, 4 months ago by Michael Starzinger
Modified:
5 years, 4 months ago
Reviewers:
Michael Lippautz
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[heap] Hide GCTracer inside the heap component. This prevents leakage of the gc-tracer.h declarations inside of the heap and prevents it from being exposed to the world. Protects private state from being inadvertently mocked with. R=mlippautz@chromium.org Committed: https://crrev.com/1a3c7e2fb139e23abcb5de9124734ebdf40ebd5a Cr-Commit-Position: refs/heads/master@{#30276}

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -10 lines) Patch
M src/heap/heap.h View 3 chunks +2 lines, -3 lines 2 comments Download
M src/heap/heap.cc View 5 chunks +9 lines, -3 lines 0 comments Download
M src/heap/incremental-marking.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/heap/mark-compact.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/heap/memory-reducer.cc View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-gc-tracer.cc View 1 chunk +1 line, -2 lines 0 comments Download
M test/cctest/test-heap.cc View 1 chunk +1 line, -2 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 7 (1 generated)
Michael Starzinger
5 years, 4 months ago (2015-08-20 14:59:35 UTC) #1
Michael Lippautz
lgtm, thanks a lot! https://codereview.chromium.org/1294763004/diff/1/src/heap/heap.h File src/heap/heap.h (right): https://codereview.chromium.org/1294763004/diff/1/src/heap/heap.h#newcode1346 src/heap/heap.h:1346: GCTracer* tracer() { return tracer_; ...
5 years, 4 months ago (2015-08-20 15:09:08 UTC) #2
Michael Starzinger
https://codereview.chromium.org/1294763004/diff/1/src/heap/heap.h File src/heap/heap.h (right): https://codereview.chromium.org/1294763004/diff/1/src/heap/heap.h#newcode1346 src/heap/heap.h:1346: GCTracer* tracer() { return tracer_; } On 2015/08/20 15:09:07, ...
5 years, 4 months ago (2015-08-20 15:46:32 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1294763004/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1294763004/1
5 years, 4 months ago (2015-08-20 15:46:51 UTC) #5
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 4 months ago (2015-08-20 15:48:04 UTC) #6
commit-bot: I haz the power
5 years, 4 months ago (2015-08-20 15:48:19 UTC) #7
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/1a3c7e2fb139e23abcb5de9124734ebdf40ebd5a
Cr-Commit-Position: refs/heads/master@{#30276}

Powered by Google App Engine
This is Rietveld 408576698