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

Issue 1312503004: [heap] Enforce coding style decl order in {Heap} round #1. (Closed)

Created:
5 years, 4 months ago by Michael Lippautz
Modified:
5 years, 4 months ago
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] Enforce coding style decl order in {Heap} round #1. Order is now: - forward declarations - enums - nested classes - static consts - constructors - static methods - regular methods - members fields Bonus: - Allocate*() methods are grouped together - Sections BUG= Committed: https://crrev.com/4095d606010988a014389cce1307c3de4e1edbff Cr-Commit-Position: refs/heads/master@{#30327}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressed comment and added some sections #

Total comments: 2

Patch Set 3 : Addressed comment and reverted back to regular static const double #

Unified diffs Side-by-side diffs Delta from patch set Stats (+961 lines, -898 lines) Patch
M src/heap/gc-tracer.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M src/heap/heap.h View 1 2 29 chunks +959 lines, -896 lines 0 comments Download

Messages

Total messages: 14 (6 generated)
Michael Lippautz
5 years, 4 months ago (2015-08-24 09:51:31 UTC) #2
Hannes Payer (out of office)
super awesome! can we add some comment sections c.f. compiler/code-generator.h ? https://codereview.chromium.org/1312503004/diff/1/src/heap/heap.h File src/heap/heap.h (right): ...
5 years, 4 months ago (2015-08-24 10:38:39 UTC) #3
Michael Lippautz
PTAL There are some methods that are not in sections yet. Maybe move them later? ...
5 years, 4 months ago (2015-08-24 11:14:27 UTC) #4
Hannes Payer (out of office)
LGTM, one nit https://codereview.chromium.org/1312503004/diff/20001/src/heap/gc-tracer.cc File src/heap/gc-tracer.cc (right): https://codereview.chromium.org/1312503004/diff/20001/src/heap/gc-tracer.cc#newcode475 src/heap/gc-tracer.cc:475: PrintF("promoted=%" V8_PTR_PREFIX "d ", heap_->PromotedObjectsSize()); These ...
5 years, 4 months ago (2015-08-24 12:21:43 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1312503004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1312503004/40001
5 years, 4 months ago (2015-08-24 12:26:08 UTC) #11
Michael Lippautz
https://codereview.chromium.org/1312503004/diff/20001/src/heap/gc-tracer.cc File src/heap/gc-tracer.cc (right): https://codereview.chromium.org/1312503004/diff/20001/src/heap/gc-tracer.cc#newcode475 src/heap/gc-tracer.cc:475: PrintF("promoted=%" V8_PTR_PREFIX "d ", heap_->PromotedObjectsSize()); On 2015/08/24 12:21:43, Hannes ...
5 years, 4 months ago (2015-08-24 12:29:59 UTC) #12
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 4 months ago (2015-08-24 12:50:40 UTC) #13
commit-bot: I haz the power
5 years, 4 months ago (2015-08-24 12:50:58 UTC) #14
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/4095d606010988a014389cce1307c3de4e1edbff
Cr-Commit-Position: refs/heads/master@{#30327}

Powered by Google App Engine
This is Rietveld 408576698