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

Issue 1410493002: Complete support for Windows TLS destructors (Closed)

Created:
5 years, 2 months ago by Cutch
Modified:
4 years, 4 months ago
Reviewers:
siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Complete support for Windows TLS destructors - Maintain a list of TLS destructors that should be run when a thread exits. - Walk that list on thread exit and invoke destructors. R=asiva@google.com Committed: https://github.com/dart-lang/sdk/commit/e36b9fa3bf30ebbd5a527025393760667c0f05f4

Patch Set 1 #

Total comments: 12

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+147 lines, -37 lines) Patch
M runtime/vm/growable_array.h View 1 1 chunk +11 lines, -0 lines 0 comments Download
M runtime/vm/os_thread.h View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/os_thread_win.h View 1 1 chunk +49 lines, -0 lines 0 comments Download
M runtime/vm/os_thread_win.cc View 1 2 5 chunks +84 lines, -8 lines 0 comments Download
M runtime/vm/os_win.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M runtime/vm/thread.h View 1 chunk +0 lines, -5 lines 0 comments Download
M runtime/vm/thread.cc View 2 chunks +0 lines, -20 lines 0 comments Download
M runtime/vm/thread_pool.cc View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
Cutch
5 years, 2 months ago (2015-10-15 18:06:40 UTC) #2
siva
lgtm https://codereview.chromium.org/1410493002/diff/1/runtime/vm/growable_array.h File runtime/vm/growable_array.h (right): https://codereview.chromium.org/1410493002/diff/1/runtime/vm/growable_array.h#newcode117 runtime/vm/growable_array.h:117: if (i < length_ - 1) { if ...
5 years, 2 months ago (2015-10-15 22:42:48 UTC) #3
Cutch
https://codereview.chromium.org/1410493002/diff/1/runtime/vm/growable_array.h File runtime/vm/growable_array.h (right): https://codereview.chromium.org/1410493002/diff/1/runtime/vm/growable_array.h#newcode117 runtime/vm/growable_array.h:117: if (i < length_ - 1) { On 2015/10/15 ...
5 years, 2 months ago (2015-10-16 16:53:26 UTC) #4
Cutch
5 years, 2 months ago (2015-10-16 17:00:49 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
e36b9fa3bf30ebbd5a527025393760667c0f05f4 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698