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

Issue 1778353002: If under stack pressure, do not enable eager stack use. (Closed)

Created:
4 years, 9 months ago by sof
Modified:
4 years, 9 months ago
Reviewers:
oilpan-reviews, haraken
CC:
chromium-reviews, oilpan-reviews, Mads Ager (chromium), blink-reviews, kinuko+watch, kouhei+heap_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

If under stack pressure, do not enable eager stack use. The Oilpan marking pass safely utilizes the system stack of the marking thread when tracing the object graph. Should GC be invoked when stack use is already considerable, the estimated stack threshold for when it is no longer known safe to continue consuming system stack, may already have been exceeded. If so, leave the stack threshold limit & check disabled. This addresses an assertable condition only; the stack limit check handles GCing under stack pressure as wanted. R=haraken BUG=420515 Committed: https://crrev.com/236e6e14f9521698f801c74d34cb0621c3ccf8d7 Cr-Commit-Position: refs/heads/master@{#380426}

Patch Set 1 #

Patch Set 2 : do not reset s_stackFrameLimit #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -1 line) Patch
M third_party/WebKit/Source/platform/heap/StackFrameDepth.h View 1 chunk +2 lines, -1 line 1 comment Download
M third_party/WebKit/Source/platform/heap/StackFrameDepth.cpp View 1 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (10 generated)
sof
please take a look. ( addressing https://storage.googleapis.com/chromium-layout-test-archives/WebKit_Linux__dbg_/6384/layout-test-results/editing/spelling/spellcheck-editable-on-focus-crash-log.txt )
4 years, 9 months ago (2016-03-10 13:41:17 UTC) #3
sof
https://codereview.chromium.org/1778353002/diff/20001/third_party/WebKit/Source/platform/heap/StackFrameDepth.h File third_party/WebKit/Source/platform/heap/StackFrameDepth.h (right): https://codereview.chromium.org/1778353002/diff/20001/third_party/WebKit/Source/platform/heap/StackFrameDepth.h#newcode37 third_party/WebKit/Source/platform/heap/StackFrameDepth.h:37: s_stackFrameLimit = 0; Using 0 as the disabled limit ...
4 years, 9 months ago (2016-03-10 13:43:13 UTC) #4
haraken
LGTM
4 years, 9 months ago (2016-03-10 13:43:36 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1778353002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1778353002/20001
4 years, 9 months ago (2016-03-10 14:00:47 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1778353002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1778353002/20001
4 years, 9 months ago (2016-03-10 15:45:41 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1778353002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1778353002/20001
4 years, 9 months ago (2016-03-10 15:57:03 UTC) #14
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 9 months ago (2016-03-10 17:33:09 UTC) #16
commit-bot: I haz the power
4 years, 9 months ago (2016-03-10 17:34:37 UTC) #18
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/236e6e14f9521698f801c74d34cb0621c3ccf8d7
Cr-Commit-Position: refs/heads/master@{#380426}

Powered by Google App Engine
This is Rietveld 408576698