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

Issue 99133017: Use an allocation site scratchpad to speed up allocaton site processing during gc. (Closed)

Created:
7 years ago by Hannes Payer (out of office)
Modified:
6 years, 11 months ago
CC:
v8-dev
Visibility:
Public.

Description

Use an allocation site scratchpad to speed up allocaton site processing during gc. BUG= R=mvstanton@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=18367

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 11

Patch Set 5 : #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -14 lines) Patch
M src/heap.h View 1 2 3 4 2 chunks +10 lines, -0 lines 0 comments Download
M src/heap.cc View 1 2 3 4 5 4 chunks +41 lines, -11 lines 0 comments Download
M src/heap-inl.h View 1 2 3 4 1 chunk +9 lines, -1 line 0 comments Download
M src/mark-compact.cc View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M src/objects.h View 1 2 3 4 5 1 chunk +3 lines, -1 line 0 comments Download
M src/objects-inl.h View 1 2 3 4 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
Hannes Payer (out of office)
https://codereview.chromium.org/99133017/diff/60001/src/heap.cc File src/heap.cc (right): https://codereview.chromium.org/99133017/diff/60001/src/heap.cc#newcode518 src/heap.cc:518: if (use_scratchpad) { Should I make an Iterator for ...
7 years ago (2013-12-12 15:26:05 UTC) #1
mvstanton
Looks good. Lemme see the iterator. https://codereview.chromium.org/99133017/diff/60001/src/heap-inl.h File src/heap-inl.h (right): https://codereview.chromium.org/99133017/diff/60001/src/heap-inl.h#newcode497 src/heap-inl.h:497: add_to_scratchpad) { put ...
7 years ago (2013-12-13 10:30:17 UTC) #2
Hannes Payer (out of office)
https://codereview.chromium.org/99133017/diff/60001/src/heap-inl.h File src/heap-inl.h (right): https://codereview.chromium.org/99133017/diff/60001/src/heap-inl.h#newcode497 src/heap-inl.h:497: add_to_scratchpad) { On 2013/12/13 10:30:17, mvstanton wrote: > put ...
7 years ago (2013-12-18 14:29:18 UTC) #3
mvstanton
lgtm
7 years ago (2013-12-18 14:34:59 UTC) #4
Hannes Payer (out of office)
7 years ago (2013-12-18 21:24:04 UTC) #5
Message was sent while issue was closed.
Committed patchset #6 manually as r18367 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698