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

Issue 1013803006: Abort tracing in type inference in the presence of await. (Closed)

Created:
5 years, 9 months ago by herhut
Modified:
5 years, 9 months ago
Reviewers:
floitsch
CC:
reviews_dartlang.org, sigurdm, polux, karlklose
Target Ref:
refs/remotes/git-svn
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : Added missing registration of graph node #

Patch Set 4 : fix another bug #

Patch Set 5 : added test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -16 lines) Patch
M pkg/compiler/lib/src/inferrer/concrete_types_inferrer.dart View 1 chunk +5 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/inferrer/node_tracer.dart View 1 chunk +4 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/inferrer/simple_types_inferrer.dart View 1 2 chunks +7 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/inferrer/type_graph_nodes.dart View 1 2 3 2 chunks +17 lines, -0 lines 0 comments Download
A + tests/compiler/dart2js_extra/22868_test.dart View 1 chunk +6 lines, -8 lines 0 comments Download
A + tests/compiler/dart2js_extra/22895.dart View 1 2 3 4 1 chunk +5 lines, -6 lines 0 comments Download

Messages

Total messages: 11 (2 generated)
herhut
5 years, 9 months ago (2015-03-17 15:25:53 UTC) #2
floitsch
LGTM. https://codereview.chromium.org/1013803006/diff/1/pkg/compiler/lib/src/inferrer/simple_types_inferrer.dart File pkg/compiler/lib/src/inferrer/simple_types_inferrer.dart (right): https://codereview.chromium.org/1013803006/diff/1/pkg/compiler/lib/src/inferrer/simple_types_inferrer.dart#newcode1020 pkg/compiler/lib/src/inferrer/simple_types_inferrer.dart:1020: // TODO(herhut): Return a better type here if ...
5 years, 9 months ago (2015-03-17 18:14:10 UTC) #3
herhut
https://codereview.chromium.org/1013803006/diff/1/pkg/compiler/lib/src/inferrer/simple_types_inferrer.dart File pkg/compiler/lib/src/inferrer/simple_types_inferrer.dart (right): https://codereview.chromium.org/1013803006/diff/1/pkg/compiler/lib/src/inferrer/simple_types_inferrer.dart#newcode1020 pkg/compiler/lib/src/inferrer/simple_types_inferrer.dart:1020: // TODO(herhut): Return a better type here if possible. ...
5 years, 9 months ago (2015-03-18 10:35:08 UTC) #4
herhut
Committed patchset #2 (id:20001) manually as 44555 (presubmit successful).
5 years, 9 months ago (2015-03-18 10:36:09 UTC) #5
herhut
PTAL
5 years, 9 months ago (2015-03-18 13:32:05 UTC) #6
floitsch
Still LGTM.
5 years, 9 months ago (2015-03-18 14:47:43 UTC) #7
herhut
PTAL I had forgotten what side effects hasStableType has. While Awaits have a stable type, ...
5 years, 9 months ago (2015-03-19 09:12:16 UTC) #8
floitsch
Still LGTM.
5 years, 9 months ago (2015-03-19 10:30:54 UTC) #9
herhut
5 years, 9 months ago (2015-03-19 13:21:42 UTC) #11
Message was sent while issue was closed.
Committed patchset #5 (id:100001) manually as 44573 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698