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

Issue 1313323002: Add visitor methods specific to ??= to SemanticSendVisitor. (Closed)

Created:
5 years, 4 months ago by Johnni Winther
Modified:
5 years, 3 months ago
CC:
reviews_dartlang.org, Siggi Cherem (dart-lang)
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Add visitor methods specific to ??= to SemanticSendVisitor. BUG= R=karlklose@google.com, sigmund@google.com Committed: https://github.com/dart-lang/sdk/commit/876bad5b80a1626626dc007025da813e3d93caae

Patch Set 1 #

Total comments: 10

Patch Set 2 : Updated cf. comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6282 lines, -2665 lines) Patch
M pkg/compiler/lib/src/constants/constant_constructors.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/compiler/lib/src/cps_ir/cps_ir_builder_task.dart View 8 chunks +174 lines, -5 lines 0 comments Download
M pkg/compiler/lib/src/inferrer/inferrer_visitor.dart View 2 chunks +6 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/resolution/access_semantics.dart View 1 chunk +0 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/resolution/members.dart View 1 chunk +6 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/resolution/semantic_visitor.dart View 1 1 chunk +699 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/resolution/semantic_visitor_mixins.dart View 35 chunks +4020 lines, -2641 lines 0 comments Download
M pkg/compiler/lib/src/resolution/send_structure.dart View 1 2 chunks +308 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/ssa/builder.dart View 3 chunks +66 lines, -5 lines 0 comments Download
M pkg/compiler/lib/src/use_unused_api.dart View 1 chunk +1 line, -3 lines 0 comments Download
M tests/compiler/dart2js/semantic_visitor_test.dart View 25 chunks +43 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/semantic_visitor_test_send_data.dart View 8 chunks +505 lines, -5 lines 0 comments Download
M tests/compiler/dart2js/semantic_visitor_test_send_visitor.dart View 2 chunks +453 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
Johnni Winther
Main changes in semantic_visitor.dart
5 years, 4 months ago (2015-08-26 10:34:55 UTC) #2
karlklose
LGTM. https://codereview.chromium.org/1313323002/diff/1/pkg/compiler/lib/src/cps_ir/cps_ir_builder_task.dart File pkg/compiler/lib/src/cps_ir/cps_ir_builder_task.dart (right): https://codereview.chromium.org/1313323002/diff/1/pkg/compiler/lib/src/cps_ir/cps_ir_builder_task.dart#newcode1356 pkg/compiler/lib/src/cps_ir/cps_ir_builder_task.dart:1356: {ir.Primitive getValue(), getValue is called unconditionally, so it ...
5 years, 3 months ago (2015-08-26 12:39:22 UTC) #3
Siggi Cherem (dart-lang)
lgtm https://codereview.chromium.org/1313323002/diff/1/pkg/compiler/lib/src/resolution/send_structure.dart File pkg/compiler/lib/src/resolution/send_structure.dart (right): https://codereview.chromium.org/1313323002/diff/1/pkg/compiler/lib/src/resolution/send_structure.dart#newcode1630 pkg/compiler/lib/src/resolution/send_structure.dart:1630: /// The structure for a [Send] that is ...
5 years, 3 months ago (2015-08-26 21:25:01 UTC) #5
Johnni Winther
https://codereview.chromium.org/1313323002/diff/1/pkg/compiler/lib/src/cps_ir/cps_ir_builder_task.dart File pkg/compiler/lib/src/cps_ir/cps_ir_builder_task.dart (right): https://codereview.chromium.org/1313323002/diff/1/pkg/compiler/lib/src/cps_ir/cps_ir_builder_task.dart#newcode1356 pkg/compiler/lib/src/cps_ir/cps_ir_builder_task.dart:1356: {ir.Primitive getValue(), On 2015/08/26 12:39:22, karlklose wrote: > getValue ...
5 years, 3 months ago (2015-08-28 08:12:13 UTC) #6
Johnni Winther
5 years, 3 months ago (2015-08-28 08:17:33 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
876bad5b80a1626626dc007025da813e3d93caae (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698