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

Issue 1142283003: Ensure that the ThreadInterrupter is awake after debugging (Closed)

Created:
5 years, 7 months ago by Cutch
Modified:
5 years, 7 months ago
Reviewers:
rmacnak
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

Ensure that the ThreadInterrupter is awake after debugging When possible the ThreadInterrupter enters a deep sleep mode (to conserve CPU usage). We wake the ThreadInterrupter up whenever we schedule an isolate on a thread, but, two edges cases that were not covered: * After explicitly starting an isolate that was paused with --pause-isolates-on-start the thread interrupter may not wake up. * After continuing an isolate that was being single stepped. R=rmacnak@google.com Committed: https://github.com/dart-lang/sdk/commit/5401622c8a231c4159253520ccd6f3e48482f37e

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -0 lines) Patch
M runtime/vm/debugger.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M runtime/vm/message_handler.cc View 1 2 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
Cutch
5 years, 7 months ago (2015-05-19 23:43:12 UTC) #2
rmacnak
LGTM
5 years, 7 months ago (2015-05-20 00:19:58 UTC) #3
Cutch
5 years, 7 months ago (2015-05-20 13:49:38 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
5401622c8a231c4159253520ccd6f3e48482f37e (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698