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

Issue 19257002: Fix --track_gc_object_stats option. (Closed)

Created:
7 years, 5 months ago by rmcilroy
Modified:
7 years, 5 months ago
Visibility:
Public.

Description

Fix --track_gc_object_stats option. - Update ObjectStatsVisitTracker::Visit function to check if CodeCache is of CodeCache type, and extract the FixedArray from the struct if so - Fix typo in v8-counters.h where count_of_FIXED_ARRAY_XXX fields weren't being initialized. BUG=v8:2780 R=danno@chromium.org, hpayer@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=15748

Patch Set 1 #

Patch Set 2 : Actually add v8-counters.cc... #

Total comments: 6

Patch Set 3 : Address Daniel's comments. #

Total comments: 8

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -3 lines) Patch
M src/mark-compact.cc View 1 2 1 chunk +9 lines, -2 lines 0 comments Download
M src/objects.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M src/objects-inl.h View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M src/v8-counters.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 12 (0 generated)
rmcilroy
7 years, 5 months ago (2013-07-15 18:04:14 UTC) #1
danno
DBCs... https://codereview.chromium.org/19257002/diff/3001/src/mark-compact.cc File src/mark-compact.cc (right): https://codereview.chromium.org/19257002/diff/3001/src/mark-compact.cc#newcode1637 src/mark-compact.cc:1637: } The previous for lines are unneeded (and ...
7 years, 5 months ago (2013-07-16 08:02:30 UTC) #2
danno
https://codereview.chromium.org/19257002/diff/3001/src/mark-compact.cc File src/mark-compact.cc (right): https://codereview.chromium.org/19257002/diff/3001/src/mark-compact.cc#newcode1637 src/mark-compact.cc:1637: } On 2013/07/16 08:02:30, danno wrote: > The previous ...
7 years, 5 months ago (2013-07-16 08:21:50 UTC) #3
rmcilroy
Thanks for the comments! PTAL https://codereview.chromium.org/19257002/diff/3001/src/mark-compact.cc File src/mark-compact.cc (right): https://codereview.chromium.org/19257002/diff/3001/src/mark-compact.cc#newcode1637 src/mark-compact.cc:1637: } On 2013/07/16 08:21:50, ...
7 years, 5 months ago (2013-07-16 12:05:58 UTC) #4
danno
almost there, please remove the stray whitespace change, https://codereview.chromium.org/19257002/diff/8001/src/objects-inl.h File src/objects-inl.h (left): https://codereview.chromium.org/19257002/diff/8001/src/objects-inl.h#oldcode4347 src/objects-inl.h:4347: Can ...
7 years, 5 months ago (2013-07-16 14:20:34 UTC) #5
Hannes Payer (out of office)
https://chromiumcodereview.appspot.com/19257002/diff/8001/src/objects-inl.h File src/objects-inl.h (right): https://chromiumcodereview.appspot.com/19257002/diff/8001/src/objects-inl.h#newcode3608 src/objects-inl.h:3608: add newline https://chromiumcodereview.appspot.com/19257002/diff/8001/src/objects-inl.h#newcode3612 src/objects-inl.h:3612: add newline https://chromiumcodereview.appspot.com/19257002/diff/8001/src/objects.h File src/objects.h ...
7 years, 5 months ago (2013-07-16 14:39:28 UTC) #6
rmcilroy_google
https://codereview.chromium.org/19257002/diff/8001/src/objects-inl.h File src/objects-inl.h (left): https://codereview.chromium.org/19257002/diff/8001/src/objects-inl.h#oldcode4347 src/objects-inl.h:4347: On 2013/07/16 14:20:34, danno wrote: > Can you please ...
7 years, 5 months ago (2013-07-16 15:03:01 UTC) #7
danno
lgtm
7 years, 5 months ago (2013-07-17 09:15:14 UTC) #8
Hannes Payer (out of office)
lgtm
7 years, 5 months ago (2013-07-18 08:55:23 UTC) #9
rmcilroy
On 2013/07/18 08:55:23, Hannes Payer wrote: > lgtm Could one of you land this for ...
7 years, 5 months ago (2013-07-18 09:22:37 UTC) #10
danno
Done.
7 years, 5 months ago (2013-07-18 13:00:43 UTC) #11
danno
7 years, 5 months ago (2013-07-18 13:00:47 UTC) #12
Message was sent while issue was closed.
Committed patchset #4 manually as r15748 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698