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

Issue 8597017: Switch to a simple linked-list for worker thread pool (Closed)

Created:
9 years, 1 month ago by jar (doing other things)
Modified:
9 years, 1 month ago
CC:
chromium-reviews, brettw-cc_chromium.org
Visibility:
Public.

Description

Switch to a simple linked-list for worker thread pool The goal was to avoid alloc/free during the thread teardown callback, and this CL provides a very simple and clear implementation. r=rtenneti BUG=104696 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110856

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -123 lines) Patch
M base/tracked_objects.h View 1 2 3 10 chunks +48 lines, -52 lines 0 comments Download
M base/tracked_objects.cc View 1 2 3 7 chunks +25 lines, -71 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
jar (doing other things)
9 years, 1 month ago (2011-11-18 23:11:05 UTC) #1
ramant (doing other things)
lgtm http://codereview.chromium.org/8597017/diff/4001/base/tracked_objects.h File base/tracked_objects.h (right): http://codereview.chromium.org/8597017/diff/4001/base/tracked_objects.h#newcode169 base/tracked_objects.h:169: // TODO(jar): We should support (optionally) the recording ...
9 years, 1 month ago (2011-11-18 23:33:44 UTC) #2
jar (doing other things)
9 years, 1 month ago (2011-11-18 23:57:40 UTC) #3
change made per comments by rtenneti

http://codereview.chromium.org/8597017/diff/4001/base/tracked_objects.h
File base/tracked_objects.h (right):

http://codereview.chromium.org/8597017/diff/4001/base/tracked_objects.h#newco...
base/tracked_objects.h:169: // TODO(jar): We should support (optionally) the
recording of of parent-child
On 2011/11/18 23:33:44, ramant wrote:
> nit: of of -> of

Done.

Powered by Google App Engine
This is Rietveld 408576698