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

Issue 18998004: Implemented lazy sweeping of new space. (Closed)

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

Description

Implemented lazy sweeping of new space. BUG= R=titzer@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=15616

Patch Set 1 #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : #

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -24 lines) Patch
M src/mark-compact.cc View 1 2 2 chunks +2 lines, -4 lines 0 comments Download
M src/store-buffer.h View 1 2 3 4 4 chunks +23 lines, -7 lines 0 comments Download
M src/store-buffer.cc View 1 2 3 4 15 chunks +44 lines, -13 lines 0 comments Download
M src/store-buffer-inl.h View 1 2 3 4 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Hannes Payer (out of office)
7 years, 5 months ago (2013-07-10 14:42:45 UTC) #1
titzer
https://codereview.chromium.org/18998004/diff/2001/src/store-buffer.cc File src/store-buffer.cc (right): https://codereview.chromium.org/18998004/diff/2001/src/store-buffer.cc#newcode426 src/store-buffer.cc:426: Address& map_field = Memory::Address_at(object->address()); I'm a little dedup, short ...
7 years, 5 months ago (2013-07-10 17:06:35 UTC) #2
Hannes Payer (out of office)
https://codereview.chromium.org/18998004/diff/2001/src/store-buffer.cc File src/store-buffer.cc (right): https://codereview.chromium.org/18998004/diff/2001/src/store-buffer.cc#newcode426 src/store-buffer.cc:426: Address& map_field = Memory::Address_at(object->address()); On 2013/07/10 17:06:35, titzer wrote: ...
7 years, 5 months ago (2013-07-11 07:30:40 UTC) #3
titzer
LGTM other than moving a method to the StoreBuffer class. https://codereview.chromium.org/18998004/diff/9001/src/objects.h File src/objects.h (right): https://codereview.chromium.org/18998004/diff/9001/src/objects.h#newcode1459 ...
7 years, 5 months ago (2013-07-11 08:22:22 UTC) #4
Hannes Payer (out of office)
https://codereview.chromium.org/18998004/diff/9001/src/objects.h File src/objects.h (right): https://codereview.chromium.org/18998004/diff/9001/src/objects.h#newcode1459 src/objects.h:1459: inline void ClearDeadObject(); On 2013/07/11 08:22:23, titzer wrote: > ...
7 years, 5 months ago (2013-07-11 08:43:09 UTC) #5
Hannes Payer (out of office)
7 years, 5 months ago (2013-07-11 09:17:09 UTC) #6
Message was sent while issue was closed.
Committed patchset #5 manually as r15616 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698