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

Issue 12184016: Set unswept free bytes for concurent sweeper. (Closed)

Created:
7 years, 10 months ago by Hannes Payer (out of office)
Modified:
7 years, 9 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Set unswept free bytes for concurent sweeper. BUG= Committed: https://code.google.com/p/v8/source/detail?r=13776

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 8

Patch Set 5 : #

Total comments: 2

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -10 lines) Patch
M src/mark-compact.cc View 1 2 3 4 3 chunks +5 lines, -0 lines 0 comments Download
M src/spaces.h View 1 2 3 4 5 3 chunks +13 lines, -4 lines 0 comments Download
M src/sweeper-thread.cc View 1 2 3 4 1 chunk +4 lines, -6 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Hannes Payer (out of office)
7 years, 10 months ago (2013-02-04 17:00:30 UTC) #1
Hannes Payer (out of office)
On 2013/02/04 17:00:30, Hannes Payer wrote: I would prefer to get rid of unswept_free_bytes_.
7 years, 10 months ago (2013-02-05 13:00:47 UTC) #2
Michael Starzinger
Sorry for the long delay. Almost looking good. https://codereview.chromium.org/12184016/diff/8001/src/mark-compact.cc File src/mark-compact.cc (right): https://codereview.chromium.org/12184016/diff/8001/src/mark-compact.cc#newcode526 src/mark-compact.cc:526: heap()->paged_space(OLD_POINTER_SPACE)->ResetUnsweptFreeBytes(); ...
7 years, 9 months ago (2013-02-28 13:09:52 UTC) #3
Hannes Payer (out of office)
https://codereview.chromium.org/12184016/diff/8001/src/mark-compact.cc File src/mark-compact.cc (right): https://codereview.chromium.org/12184016/diff/8001/src/mark-compact.cc#newcode526 src/mark-compact.cc:526: heap()->paged_space(OLD_POINTER_SPACE)->ResetUnsweptFreeBytes(); On 2013/02/28 13:09:52, Michael Starzinger wrote: > This ...
7 years, 9 months ago (2013-02-28 14:42:34 UTC) #4
Michael Starzinger
LGTM with one final nit. https://codereview.chromium.org/12184016/diff/14001/src/spaces.h File src/spaces.h (right): https://codereview.chromium.org/12184016/diff/14001/src/spaces.h#newcode1795 src/spaces.h:1795: void AddToAccountingStats(intptr_t bytes) { ...
7 years, 9 months ago (2013-02-28 14:49:53 UTC) #5
Hannes Payer (out of office)
https://codereview.chromium.org/12184016/diff/14001/src/spaces.h File src/spaces.h (right): https://codereview.chromium.org/12184016/diff/14001/src/spaces.h#newcode1795 src/spaces.h:1795: void AddToAccountingStats(intptr_t bytes) { On 2013/02/28 14:49:53, Michael Starzinger ...
7 years, 9 months ago (2013-02-28 15:07:15 UTC) #6
Hannes Payer (out of office)
7 years, 9 months ago (2013-02-28 15:07:34 UTC) #7
Message was sent while issue was closed.
Committed manually as r13776 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698