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

Issue 13798002: On-the-fly bookkeeping of PagedSpace memory kept in free-lists. (Closed)

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

Description

On-the-fly bookkeeping of PagedSpace memory kept in free-lists. BUG= Committed: https://code.google.com/p/v8/source/detail?r=14197

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 (+104 lines, -57 lines) Patch
M src/mark-compact.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M src/spaces.h View 1 2 3 4 5 8 chunks +39 lines, -20 lines 0 comments Download
M src/spaces.cc View 1 2 3 4 8 chunks +61 lines, -33 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Hannes Payer (out of office)
Golem does not report any performance regressions. http://108.170.219.0:8080/Comparison#targetA%3Dv8%3BmachineTypeA%3Dlinux-ia32%3BrevisionA%3D14161%3BpatchA%3Dhpayer-fragmentation-fix%3BtargetB%3Dv8%3BmachineTypeB%3Dlinux-ia32%3BrevisionB%3D14161%3BpatchB%3DNone
7 years, 8 months ago (2013-04-08 16:30:38 UTC) #1
Michael Starzinger
Looking good already ... https://codereview.chromium.org/13798002/diff/2002/src/spaces.cc File src/spaces.cc (right): https://codereview.chromium.org/13798002/diff/2002/src/spaces.cc#newcode2225 src/spaces.cc:2225: Page::FromAddress(node->address())->AddAvailableInSmallFreeList( nit: Can we pull ...
7 years, 8 months ago (2013-04-09 16:56:04 UTC) #2
Hannes Payer (out of office)
https://codereview.chromium.org/13798002/diff/2002/src/spaces.cc File src/spaces.cc (right): https://codereview.chromium.org/13798002/diff/2002/src/spaces.cc#newcode2225 src/spaces.cc:2225: Page::FromAddress(node->address())->AddAvailableInSmallFreeList( On 2013/04/09 16:56:04, Michael Starzinger wrote: > nit: ...
7 years, 8 months ago (2013-04-10 07:53:49 UTC) #3
Michael Starzinger
LGTM with one final nit. https://codereview.chromium.org/13798002/diff/10001/src/spaces.h File src/spaces.h (right): https://codereview.chromium.org/13798002/diff/10001/src/spaces.h#newcode825 src/spaces.h:825: intptr_t non_available_small_blocks_; Let's move ...
7 years, 8 months ago (2013-04-10 07:59:31 UTC) #4
Hannes Payer (out of office)
https://codereview.chromium.org/13798002/diff/10001/src/spaces.h File src/spaces.h (right): https://codereview.chromium.org/13798002/diff/10001/src/spaces.h#newcode825 src/spaces.h:825: intptr_t non_available_small_blocks_; On 2013/04/10 07:59:31, Michael Starzinger wrote: > ...
7 years, 8 months ago (2013-04-10 08:05:57 UTC) #5
Hannes Payer (out of office)
7 years, 8 months ago (2013-04-10 08:08:08 UTC) #6
Message was sent while issue was closed.
Committed patchset #6 manually as r14197 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698