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

Issue 25273002: Print out how many AllocationMementos were found on a scavenge of new space (Closed)

Created:
7 years, 2 months ago by mvstanton
Modified:
7 years, 2 months ago
CC:
v8-dev
Visibility:
Public.

Description

Print out how many AllocationMementos were found on a scavenge of new space. This is useful because the unrooted mementos affect heap decisions like pretenuring mode, and helps to gauge the effectiveness of allocation-site feedback. R=hpayer@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=17027

Patch Set 1 #

Total comments: 4

Patch Set 2 : Code comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -1 line) Patch
M src/heap.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/heap.cc View 1 3 chunks +9 lines, -0 lines 0 comments Download
M src/heap-inl.h View 1 1 chunk +8 lines, -0 lines 0 comments Download
M src/objects.cc View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
mvstanton
Hi Hannes, PTAL, thx!
7 years, 2 months ago (2013-09-30 13:56:05 UTC) #1
Hannes Payer (out of office)
LGTM with two nits. https://codereview.chromium.org/25273002/diff/1/src/heap.h File src/heap.h (right): https://codereview.chromium.org/25273002/diff/1/src/heap.h#newcode1890 src/heap.h:1890: int mementos_found_on_scavenge_; allocation_mementos_found_on_scavenge_ https://codereview.chromium.org/25273002/diff/1/src/objects.cc File ...
7 years, 2 months ago (2013-09-30 19:02:56 UTC) #2
Hannes Payer (out of office)
Please fix the title, it got trimmed.
7 years, 2 months ago (2013-09-30 19:04:43 UTC) #3
mvstanton
thanks Hannes! --Michael https://codereview.chromium.org/25273002/diff/1/src/heap.h File src/heap.h (right): https://codereview.chromium.org/25273002/diff/1/src/heap.h#newcode1890 src/heap.h:1890: int mementos_found_on_scavenge_; On 2013/09/30 19:02:56, Hannes ...
7 years, 2 months ago (2013-09-30 20:45:30 UTC) #4
mvstanton
7 years, 2 months ago (2013-10-01 08:14:54 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r17027 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698