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

Issue 396893004: v8: GCTracer clean-up part 1. (Closed)

Created:
6 years, 5 months ago by ernstm
Modified:
6 years, 5 months ago
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

v8: GCTracer clean-up part 1. - Split GCTracer::~GCTracer into printing functions and update of variables tracked on Heap. - Clean-up recording of time, object size and memory size at the beginning and end of GC. - Consistently use enum notation in ScopeId. - Disallow copy and assign for Scope and GCTracer. - Remove unused stats on GCTracer. R=hpayer@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=22439

Patch Set 1 #

Patch Set 2 : Add missing comment. #

Total comments: 4

Patch Set 3 : Move trace_gc check. #

Patch Set 4 : fix enum value in ASSERT. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+173 lines, -157 lines) Patch
M src/heap.h View 1 2 3 6 chunks +29 lines, -22 lines 0 comments Download
M src/heap.cc View 1 2 5 chunks +144 lines, -130 lines 0 comments Download
M src/heap-inl.h View 1 chunk +0 lines, -5 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
ernstm
PTAL
6 years, 5 months ago (2014-07-16 11:52:50 UTC) #1
Hannes Payer (out of office)
LGTM, just one nit https://codereview.chromium.org/396893004/diff/20001/src/heap.cc File src/heap.cc (right): https://codereview.chromium.org/396893004/diff/20001/src/heap.cc#newcode6042 src/heap.cc:6042: if (FLAG_trace_gc_nvp) { What about ...
6 years, 5 months ago (2014-07-16 13:33:07 UTC) #2
ernstm
https://codereview.chromium.org/396893004/diff/20001/src/heap.cc File src/heap.cc (right): https://codereview.chromium.org/396893004/diff/20001/src/heap.cc#newcode6042 src/heap.cc:6042: if (FLAG_trace_gc_nvp) { On 2014/07/16 13:33:06, Hannes Payer wrote: ...
6 years, 5 months ago (2014-07-16 13:43:52 UTC) #3
ernstm
6 years, 5 months ago (2014-07-17 07:51:14 UTC) #4
Message was sent while issue was closed.
Committed patchset #4 manually as r22439 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698