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

Issue 2640803002: [base] Increase worker_pool thread stacksize to 1MB on MacOSX. (Closed)

Created:
3 years, 11 months ago by rmcilroy
Modified:
3 years, 11 months ago
CC:
jochen (gone - plz use gerrit), chromium-reviews, vmpstr+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[base] Increase worker_pool thread stacksize to 1MB on MacOSX. The default stack size of a background thread is 512KB on MacOSX. We might need at least 1MB stack size to compile JS code in V8, and since we want to enable compilation of JS code onto background threads, we need to up the size of the stack for worker pool threads. BUG=v8:5203 Review-Url: https://codereview.chromium.org/2640803002 Cr-Commit-Position: refs/heads/master@{#445739} Committed: https://chromium.googlesource.com/chromium/src/+/057e94297ee02e02b8ef4ff2dbe4c6f5f0914bab

Patch Set 1 #

Total comments: 4

Patch Set 2 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -1 line) Patch
M base/threading/worker_pool_posix.cc View 1 2 chunks +9 lines, -1 line 0 comments Download

Messages

Total messages: 17 (8 generated)
rmcilroy
Mark, could you please take a look? Jochen, FYI.
3 years, 11 months ago (2017-01-18 13:00:58 UTC) #2
rmcilroy
Just to give some context, on V8 we have an explicit stack check which we ...
3 years, 11 months ago (2017-01-18 14:01:17 UTC) #4
rmcilroy
Friendly ping, could you take a look please Mark?
3 years, 11 months ago (2017-01-20 09:25:38 UTC) #5
jochen (gone - plz use gerrit)
lgtm from my side fwiw
3 years, 11 months ago (2017-01-20 09:32:10 UTC) #7
rmcilroy
On 2017/01/20 09:32:10, jochen wrote: > lgtm from my side fwiw Mark, could you review ...
3 years, 11 months ago (2017-01-23 21:03:57 UTC) #8
Mark Mentovai
LGTM otherwise https://codereview.chromium.org/2640803002/diff/1/base/threading/worker_pool_posix.cc File base/threading/worker_pool_posix.cc (right): https://codereview.chromium.org/2640803002/diff/1/base/threading/worker_pool_posix.cc#newcode34 base/threading/worker_pool_posix.cc:34: // On MacOSX a background thread's default ...
3 years, 11 months ago (2017-01-23 23:02:13 UTC) #9
rmcilroy
Thanks Mark. Landing now. https://codereview.chromium.org/2640803002/diff/1/base/threading/worker_pool_posix.cc File base/threading/worker_pool_posix.cc (right): https://codereview.chromium.org/2640803002/diff/1/base/threading/worker_pool_posix.cc#newcode34 base/threading/worker_pool_posix.cc:34: // On MacOSX a background ...
3 years, 11 months ago (2017-01-24 14:52:25 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2640803002/40001
3 years, 11 months ago (2017-01-24 14:52:56 UTC) #14
commit-bot: I haz the power
3 years, 11 months ago (2017-01-24 16:10:12 UTC) #17
Message was sent while issue was closed.
Committed patchset #2 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/057e94297ee02e02b8ef4ff2dbe4...

Powered by Google App Engine
This is Rietveld 408576698