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

Issue 647033002: Remove more multi-thread support (Closed)

Created:
6 years, 2 months ago by Brian Wilkerson
Modified:
6 years, 2 months ago
Reviewers:
scheglov
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Remove 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 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+276 lines, -880 lines) Patch
M pkg/analyzer/lib/src/generated/engine.dart View 1 7 chunks +276 lines, -880 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
Brian Wilkerson
6 years, 2 months ago (2014-10-10 18:06:08 UTC) #2
scheglov
LGTM https://codereview.chromium.org/647033002/diff/1/pkg/analyzer/lib/src/generated/engine.dart File pkg/analyzer/lib/src/generated/engine.dart (left): https://codereview.chromium.org/647033002/diff/1/pkg/analyzer/lib/src/generated/engine.dart#oldcode3983 pkg/analyzer/lib/src/generated/engine.dart:3983: int sourceTime = getModificationStamp(source); The source cannot be ...
6 years, 2 months ago (2014-10-10 19:52:56 UTC) #3
Brian Wilkerson
https://codereview.chromium.org/647033002/diff/1/pkg/analyzer/lib/src/generated/engine.dart File pkg/analyzer/lib/src/generated/engine.dart (left): https://codereview.chromium.org/647033002/diff/1/pkg/analyzer/lib/src/generated/engine.dart#oldcode3983 pkg/analyzer/lib/src/generated/engine.dart:3983: int sourceTime = getModificationStamp(source); > The source cannot be ...
6 years, 2 months ago (2014-10-10 20:24:56 UTC) #4
Brian Wilkerson
6 years, 2 months ago (2014-10-10 20:25:20 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 (id:50001) manually as 41051 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698