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

Issue 2314783002: [heap] Removes spaces.h include from heap.h (Closed)

Created:
4 years, 3 months ago by Michael Lippautz
Modified:
4 years, 3 months ago
Reviewers:
ulan
CC:
v8-reviews_googlegroups.com, Hannes Payer (out of office), ulan, Michael Starzinger
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[heap] Removes spaces.h include from heap.h Together with the presubmit rule of prohibiting src/heap/* includes except for heap.h this now properly hides all heap internals. R=ulan@chromium.org BUG= Committed: https://crrev.com/2e3165029d4f8d17f909d1afa4d1b06a3445650d Cr-Commit-Position: refs/heads/master@{#39211}

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : No more spaces.h #

Total comments: 2

Patch Set 4 : Move data structures used in debug mode #

Unified diffs Side-by-side diffs Delta from patch set Stats (+167 lines, -160 lines) Patch
M src/heap/heap.h View 1 2 3 6 chunks +96 lines, -8 lines 0 comments Download
M src/heap/heap.cc View 1 2 31 chunks +59 lines, -53 lines 0 comments Download
M src/heap/heap-inl.h View 1 2 6 chunks +11 lines, -6 lines 0 comments Download
M src/heap/spaces.h View 1 2 3 4 chunks +1 line, -93 lines 0 comments Download

Messages

Total messages: 28 (16 generated)
Michael Lippautz
ptal After this CL the only reason to keep the spaces.h include is that we ...
4 years, 3 months ago (2016-09-06 12:36:32 UTC) #1
ulan
lgtm
4 years, 3 months ago (2016-09-06 12:39:25 UTC) #2
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/2314783002/20001
4 years, 3 months ago (2016-09-06 13:16:47 UTC) #5
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux64_gyp_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_gyp_rel_ng/builds/3679) v8_linux64_rel_ng on master.tryserver.v8 (JOB_FAILED, ...
4 years, 3 months ago (2016-09-06 13:19:17 UTC) #7
Michael Lippautz
+mstarzinger: FYI Had to add the NewSpace change to make it compile (cyclic dependency). Let's ...
4 years, 3 months ago (2016-09-06 13:36:29 UTC) #8
Michael Starzinger
Nice! I love it. https://codereview.chromium.org/2314783002/diff/40001/src/heap/heap.cc File src/heap/heap.cc (right): https://codereview.chromium.org/2314783002/diff/40001/src/heap/heap.cc#newcode5357 src/heap/heap.cc:5357: if (new_space_ == nullptr) return ...
4 years, 3 months ago (2016-09-06 13:51:02 UTC) #14
Michael Lippautz
https://codereview.chromium.org/2314783002/diff/40001/src/heap/heap.cc File src/heap/heap.cc (right): https://codereview.chromium.org/2314783002/diff/40001/src/heap/heap.cc#newcode5357 src/heap/heap.cc:5357: if (new_space_ == nullptr) return false; On 2016/09/06 13:51:02, ...
4 years, 3 months ago (2016-09-06 13:55:41 UTC) #17
Michael Lippautz
On 2016/09/06 13:55:41, Michael Lippautz wrote: > https://codereview.chromium.org/2314783002/diff/40001/src/heap/heap.cc > File src/heap/heap.cc (right): > > https://codereview.chromium.org/2314783002/diff/40001/src/heap/heap.cc#newcode5357 ...
4 years, 3 months ago (2016-09-06 14:26:41 UTC) #19
Michael Lippautz
On 2016/09/06 13:55:41, Michael Lippautz wrote: > https://codereview.chromium.org/2314783002/diff/40001/src/heap/heap.cc > File src/heap/heap.cc (right): > > https://codereview.chromium.org/2314783002/diff/40001/src/heap/heap.cc#newcode5357 ...
4 years, 3 months ago (2016-09-06 14:26:42 UTC) #20
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/2314783002/60001
4 years, 3 months ago (2016-09-06 14:29:25 UTC) #25
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 3 months ago (2016-09-06 14:34:43 UTC) #26
commit-bot: I haz the power
4 years, 3 months ago (2016-09-06 14:35:16 UTC) #28
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/2e3165029d4f8d17f909d1afa4d1b06a3445650d
Cr-Commit-Position: refs/heads/master@{#39211}

Powered by Google App Engine
This is Rietveld 408576698