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

Issue 1271253002: [GC] Change behavior when reaching external allocation limit (Closed)

Created:
5 years, 4 months ago by Michael Lippautz
Modified:
5 years, 4 months ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[GC] Change behavior when reaching external allocation limit With the recent changes to the incremental marking API we can now kick off incremental marking while respecting callback flags. Performance neutral for smoothness.image_decoding_cases on N9 (read: does not crash) as long as we synchronously process phantom callbacks (kGCCallbackFlagForced). OORT single run: "marksweep": { "count": 5, "pause_min": 7.5, "pause_max": 158.8, "pause_avg": 97.52000000000001, "pause_gt_10ms": 4 } --- vs --- "marksweep": { "count": 5, "pause_min": 16.2, "pause_max": 22.1, "pause_avg": 19.32, "pause_gt_10ms": 5 } The number of actual full GCs varies. The improvement manifests in reduced maximum and average pauses. BUG=chromium:515795 LOG=N Committed: https://crrev.com/1cb27bce6778ac9a168bf9ca371daa00e040620e Cr-Commit-Position: refs/heads/master@{#30028}

Patch Set 1 #

Patch Set 2 : #

Total comments: 7

Patch Set 3 : Addressed comments #

Patch Set 4 : Added TODO #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -2 lines) Patch
M src/api.cc View 1 2 3 1 chunk +14 lines, -2 lines 0 comments Download
M src/flag-definitions.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (2 generated)
Michael Lippautz
https://codereview.chromium.org/1271253002/diff/20001/src/api.cc File src/api.cc (right): https://codereview.chromium.org/1271253002/diff/20001/src/api.cc#newcode6889 src/api.cc:6889: double kIncrementalMarkingIntervalInMs = 3; keep local?
5 years, 4 months ago (2015-08-05 12:08:26 UTC) #2
jochen (gone - plz use gerrit)
https://codereview.chromium.org/1271253002/diff/20001/src/api.cc File src/api.cc (right): https://codereview.chromium.org/1271253002/diff/20001/src/api.cc#newcode6888 src/api.cc:6888: using Heap = i::Heap; please don't use using. https://codereview.chromium.org/1271253002/diff/20001/src/api.cc#newcode6889 ...
5 years, 4 months ago (2015-08-05 12:22:27 UTC) #3
Hannes Payer (out of office)
https://codereview.chromium.org/1271253002/diff/20001/src/api.cc File src/api.cc (right): https://codereview.chromium.org/1271253002/diff/20001/src/api.cc#newcode6889 src/api.cc:6889: double kIncrementalMarkingIntervalInMs = 3; I would prefer 1 instead ...
5 years, 4 months ago (2015-08-05 12:39:37 UTC) #4
Michael Lippautz
https://codereview.chromium.org/1271253002/diff/20001/src/api.cc File src/api.cc (right): https://codereview.chromium.org/1271253002/diff/20001/src/api.cc#newcode6888 src/api.cc:6888: using Heap = i::Heap; On 2015/08/05 12:22:27, jochen wrote: ...
5 years, 4 months ago (2015-08-05 12:55:59 UTC) #5
jochen (gone - plz use gerrit)
lgtm
5 years, 4 months ago (2015-08-05 12:56:57 UTC) #6
Hannes Payer (out of office)
LGTM
5 years, 4 months ago (2015-08-05 12:57:53 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1271253002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1271253002/60001
5 years, 4 months ago (2015-08-05 13:04:05 UTC) #9
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 4 months ago (2015-08-05 13:29:38 UTC) #10
commit-bot: I haz the power
5 years, 4 months ago (2015-08-05 13:30:01 UTC) #11
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/1cb27bce6778ac9a168bf9ca371daa00e040620e
Cr-Commit-Position: refs/heads/master@{#30028}

Powered by Google App Engine
This is Rietveld 408576698