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

Issue 12256006: Limit stack size of sweeper threads. (Closed)

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

Description

Limit stack size of sweeper threads. BUG= Committed: https://code.google.com/p/v8/source/detail?r=13653

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -1 line) Patch
M src/sweeper-thread.cc View 1 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Hannes Payer (out of office)
7 years, 10 months ago (2013-02-13 13:14:15 UTC) #1
Michael Starzinger
LGTM with a nit. https://chromiumcodereview.appspot.com/12256006/diff/1/src/sweeper-thread.cc File src/sweeper-thread.cc (right): https://chromiumcodereview.appspot.com/12256006/diff/1/src/sweeper-thread.cc#newcode41 src/sweeper-thread.cc:41: : Thread(Thread::Options("SweeperThread", kSweeperThreadStackSize)), While we ...
7 years, 10 months ago (2013-02-13 13:17:54 UTC) #2
Hannes Payer (out of office)
7 years, 10 months ago (2013-02-13 13:19:27 UTC) #3
https://chromiumcodereview.appspot.com/12256006/diff/1/src/sweeper-thread.cc
File src/sweeper-thread.cc (right):

https://chromiumcodereview.appspot.com/12256006/diff/1/src/sweeper-thread.cc#...
src/sweeper-thread.cc:41: : Thread(Thread::Options("SweeperThread",
kSweeperThreadStackSize)),
On 2013/02/13 13:17:54, Michael Starzinger wrote:
> While we are at it, let's also prefix the thread name with "v8:" like for all
> the other service-threads.

Done.

Powered by Google App Engine
This is Rietveld 408576698