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

Issue 2610903004: Implement async/await/yield and async for-in (Closed)

Created:
3 years, 11 months ago by Emily Fortuna
Modified:
3 years, 11 months ago
Reviewers:
sra1
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Implement async, await, yield and async for-in. BUG=https://github.com/dart-lang/sdk/issues/27394 R=sra@google.com Committed: https://github.com/dart-lang/sdk/commit/b7c40cc2e03e201e569af1b30e538b53e3ba1478

Patch Set 1 : . #

Total comments: 12

Patch Set 2 : . #

Patch Set 3 : dartfmt #

Unified diffs Side-by-side diffs Delta from patch set Stats (+122 lines, -10 lines) Patch
M pkg/compiler/lib/src/ssa/builder_kernel.dart View 1 2 7 chunks +106 lines, -7 lines 0 comments Download
M pkg/compiler/lib/src/ssa/graph_builder.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart View 2 chunks +13 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (5 generated)
Emily Fortuna
This causes a few more tests to pass, but mostly now the async tests fail ...
3 years, 11 months ago (2017-01-14 01:20:42 UTC) #5
Emily Fortuna
On 2017/01/14 01:20:42, Emily Fortuna wrote: > This causes a few more tests to pass, ...
3 years, 11 months ago (2017-01-14 01:59:13 UTC) #6
sra1
https://codereview.chromium.org/2610903004/diff/40001/pkg/compiler/lib/src/ssa/builder_kernel.dart File pkg/compiler/lib/src/ssa/builder_kernel.dart (right): https://codereview.chromium.org/2610903004/diff/40001/pkg/compiler/lib/src/ssa/builder_kernel.dart#newcode856 pkg/compiler/lib/src/ssa/builder_kernel.dart:856: pop(); push/pop = add https://codereview.chromium.org/2610903004/diff/40001/pkg/compiler/lib/src/ssa/builder_kernel.dart#newcode862 pkg/compiler/lib/src/ssa/builder_kernel.dart:862: new ir.TryFinally(null, new ...
3 years, 11 months ago (2017-01-14 02:56:23 UTC) #7
Emily Fortuna
yes, that's better. PTAL https://codereview.chromium.org/2610903004/diff/40001/pkg/compiler/lib/src/ssa/builder_kernel.dart File pkg/compiler/lib/src/ssa/builder_kernel.dart (right): https://codereview.chromium.org/2610903004/diff/40001/pkg/compiler/lib/src/ssa/builder_kernel.dart#newcode856 pkg/compiler/lib/src/ssa/builder_kernel.dart:856: pop(); On 2017/01/14 02:56:23, sra1 ...
3 years, 11 months ago (2017-01-17 20:58:21 UTC) #8
sra1
lgtm
3 years, 11 months ago (2017-01-18 23:14:34 UTC) #9
Emily Fortuna
3 years, 11 months ago (2017-01-18 23:15:40 UTC) #11
Message was sent while issue was closed.
Committed patchset #3 (id:80001) manually as
b7c40cc2e03e201e569af1b30e538b53e3ba1478 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698