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

Issue 14649014: Fix incremental marking speed accelleration and start incremental marking when old space is almost … (Closed)

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

Description

Fix incremental marking speed accelleration and start incremental marking when old space is almost full when pretenuring objects. BUG=

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -5 lines) Patch
M src/incremental-marking.h View 1 2 1 chunk +1 line, -4 lines 0 comments Download
M src/incremental-marking.cc View 1 2 3 4 2 chunks +10 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
Michael Starzinger
https://codereview.chromium.org/14649014/diff/2001/src/runtime.cc File src/runtime.cc (right): https://codereview.chromium.org/14649014/diff/2001/src/runtime.cc#newcode9162 src/runtime.cc:9162: heap->incremental_marking()->Start(); Starting the incremental marker here scares me _a ...
7 years, 7 months ago (2013-05-06 12:35:25 UTC) #1
Michael Starzinger
https://codereview.chromium.org/14649014/diff/2001/src/runtime.cc File src/runtime.cc (right): https://codereview.chromium.org/14649014/diff/2001/src/runtime.cc#newcode9162 src/runtime.cc:9162: heap->incremental_marking()->Start(); On 2013/05/06 12:35:25, Michael Starzinger wrote: > Starting ...
7 years, 7 months ago (2013-05-06 12:49:56 UTC) #2
Hannes Payer (out of office)
Thanks for the suggestions, true we must not add GC code outside the GC or ...
7 years, 7 months ago (2013-05-06 13:01:48 UTC) #3
Michael Starzinger
LGTM. https://codereview.chromium.org/14649014/diff/6001/src/incremental-marking.cc File src/incremental-marking.cc (right): https://codereview.chromium.org/14649014/diff/6001/src/incremental-marking.cc#newcode864 src/incremental-marking.cc:864: if (IsStopped() && nit: Condition should fit into ...
7 years, 7 months ago (2013-05-06 13:05:12 UTC) #4
Hannes Payer (out of office)
7 years, 7 months ago (2013-05-06 13:06:46 UTC) #5
https://codereview.chromium.org/14649014/diff/6001/src/incremental-marking.cc
File src/incremental-marking.cc (right):

https://codereview.chromium.org/14649014/diff/6001/src/incremental-marking.cc...
src/incremental-marking.cc:864: if (IsStopped() &&
On 2013/05/06 13:05:12, Michael Starzinger wrote:
> nit: Condition should fit into one line now.

Done.

https://codereview.chromium.org/14649014/diff/6001/src/incremental-marking.cc...
src/incremental-marking.cc:869: Step(allocated * kFastMarking /
kInitialMarkingSpeed,
On 2013/05/06 13:05:12, Michael Starzinger wrote:
> nit: Call to step should fit into one line now.

Done.

Powered by Google App Engine
This is Rietveld 408576698