Chromium Code Reviews
DescriptionEnsure 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 : #
Messages
Total messages: 4 (1 generated)
|
||||||||||||||||||||||||||||