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

Issue 1115993003: Try reducing and balance GC callback stack sizes.

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

Description

Try reducing and balance GC callback stack sizes. Balance between up-front allocation and the desire to avoid allocating extra stack blocks.

Patch Set 1 #

Patch Set 2 : initialize stacks also before doing thread-terminating GCs #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -44 lines) Patch
M Source/platform/heap/CallbackStack.h View 1 5 chunks +22 lines, -17 lines 0 comments Download
M Source/platform/heap/CallbackStack.cpp View 4 chunks +18 lines, -13 lines 0 comments Download
M Source/platform/heap/Heap.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/platform/heap/Heap.cpp View 1 4 chunks +18 lines, -13 lines 0 comments Download
M Source/platform/heap/ThreadState.cpp View 1 chunk +1 line, -1 line 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698