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

Issue 1238783003: Handle deferred access as pre-step in SemanticSendVisitor. (Closed)

Created:
5 years, 5 months ago by Johnni Winther
Modified:
5 years, 5 months ago
Reviewers:
floitsch, sigurdm
CC:
reviews_dartlang.org
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 10

Patch Set 2 : Updated cf. comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+279 lines, -33 lines) Patch
M pkg/compiler/lib/src/cps_ir/cps_ir_builder_task.dart View 1 1 chunk +5 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/elements/modelx.dart View 1 2 chunks +8 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/inferrer/inferrer_visitor.dart View 1 1 chunk +5 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/resolution/members.dart View 1 6 chunks +61 lines, -17 lines 0 comments Download
M pkg/compiler/lib/src/resolution/registry.dart View 1 chunk +6 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/resolution/resolution_result.dart View 2 chunks +21 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/resolution/semantic_visitor.dart View 1 1 chunk +15 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/resolution/semantic_visitor_mixins.dart View 1 2 chunks +15 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/resolution/send_structure.dart View 1 1 chunk +24 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/resolved_visitor.dart View 1 1 chunk +7 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/ssa/builder.dart View 1 5 chunks +5 lines, -7 lines 0 comments Download
M tests/compiler/dart2js/proxy_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/semantic_visitor_test.dart View 1 3 chunks +12 lines, -4 lines 0 comments Download
M tests/compiler/dart2js/semantic_visitor_test_send_data.dart View 1 3 chunks +85 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/semantic_visitor_test_send_visitor.dart View 1 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
Johnni Winther
5 years, 5 months ago (2015-07-16 11:56:17 UTC) #2
floitsch
LGTM. https://codereview.chromium.org/1238783003/diff/1/pkg/compiler/lib/src/resolution/members.dart File pkg/compiler/lib/src/resolution/members.dart (right): https://codereview.chromium.org/1238783003/diff/1/pkg/compiler/lib/src/resolution/members.dart#newcode334 pkg/compiler/lib/src/resolution/members.dart:334: } else if (element.isClass && sendIsMemberAccess){ missing space ...
5 years, 5 months ago (2015-07-16 15:24:44 UTC) #3
sigurdm
LGTM https://codereview.chromium.org/1238783003/diff/1/pkg/compiler/lib/src/ssa/builder.dart File pkg/compiler/lib/src/ssa/builder.dart (right): https://codereview.chromium.org/1238783003/diff/1/pkg/compiler/lib/src/ssa/builder.dart#newcode3422 pkg/compiler/lib/src/ssa/builder.dart:3422: generateIsDeferredLoadedCheckIfNeeded(prefix, node); Remove the check from all covered ...
5 years, 5 months ago (2015-07-20 07:52:21 UTC) #4
Johnni Winther
https://codereview.chromium.org/1238783003/diff/1/pkg/compiler/lib/src/resolution/members.dart File pkg/compiler/lib/src/resolution/members.dart (right): https://codereview.chromium.org/1238783003/diff/1/pkg/compiler/lib/src/resolution/members.dart#newcode334 pkg/compiler/lib/src/resolution/members.dart:334: } else if (element.isClass && sendIsMemberAccess){ On 2015/07/16 15:24:44, ...
5 years, 5 months ago (2015-07-20 08:53:53 UTC) #5
Johnni Winther
5 years, 5 months ago (2015-07-20 09:18:33 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
6f92dfe8ff059e19de5e349545bcb6775d6ae9fa (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698