Chromium Code Reviews
DescriptionRemove more multi-thread support. Sorry about how hard it is to review this; diff doesn't handle this kind of change very well.
The assumption is that tasks cannot be interrupted in the single-threaded world of Dart so we no longer need to guard against the case where the state of analysis has changed while executing a task. Please think carefully about the assumption and also check carefully that I have not made any mistakes while making this change (the tests all run, but I'm not sure how well tested this portion of the code base is).
R=scheglov@google.com
Committed: https://code.google.com/p/dart/source/detail?r=41051
Patch Set 1 #
Total comments: 2
Patch Set 2 : Add missed methods #Messages
Total messages: 5 (1 generated)
|