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

Issue 2526123002: dart2js-kernel: Implement Let and PropertySet. (Closed)

Created:
4 years ago by sra1
Modified:
4 years ago
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

dart2js-kernel: Implement Let and PropertySet. The Accessor builders capture some subexpressions to help map kernel Nodes to Ast Nodes. R=asgerf@google.com Committed: https://github.com/dart-lang/sdk/commit/b20b10a0af183c285dada2bf7a6b4d681065946e

Patch Set 1 #

Total comments: 12

Patch Set 2 : dartfmt #

Unified diffs Side-by-side diffs Delta from patch set Stats (+95 lines, -16 lines) Patch
M pkg/compiler/lib/src/kernel/kernel.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/compiler/lib/src/kernel/kernel_visitor.dart View 1 8 chunks +28 lines, -10 lines 0 comments Download
M pkg/compiler/lib/src/ssa/builder_kernel.dart View 1 3 chunks +34 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart View 4 chunks +18 lines, -1 line 0 comments Download
M pkg/kernel/lib/frontend/accessors.dart View 1 6 chunks +14 lines, -5 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
sra1
Asger - I would value your opinion on the capturing of subexpressions.
4 years ago (2016-11-24 03:15:51 UTC) #2
asgerf
LGTM if PropertySet is fixed https://codereview.chromium.org/2526123002/diff/1/pkg/compiler/lib/src/kernel/kernel_visitor.dart File pkg/compiler/lib/src/kernel/kernel_visitor.dart (right): https://codereview.chromium.org/2526123002/diff/1/pkg/compiler/lib/src/kernel/kernel_visitor.dart#newcode2325 pkg/compiler/lib/src/kernel/kernel_visitor.dart:2325: return buildCompound(new ReadOnlyAccessor(buildTypeLiteral(constant)), rhs, ...
4 years ago (2016-11-24 09:44:33 UTC) #3
sra1
https://codereview.chromium.org/2526123002/diff/1/pkg/compiler/lib/src/kernel/kernel_visitor.dart File pkg/compiler/lib/src/kernel/kernel_visitor.dart (right): https://codereview.chromium.org/2526123002/diff/1/pkg/compiler/lib/src/kernel/kernel_visitor.dart#newcode2325 pkg/compiler/lib/src/kernel/kernel_visitor.dart:2325: return buildCompound(new ReadOnlyAccessor(buildTypeLiteral(constant)), rhs, node); On 2016/11/24 09:44:32, asgerf ...
4 years ago (2016-11-24 23:53:52 UTC) #4
sra1
Committed patchset #2 (id:20001) manually as b20b10a0af183c285dada2bf7a6b4d681065946e (presubmit successful).
4 years ago (2016-11-26 20:42:51 UTC) #6
Siggi Cherem (dart-lang)
4 years ago (2016-11-28 16:11:09 UTC) #7
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698