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

Issue 1152903003: Create SendStructure for unary and binary in resolution. (Closed)

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

Description

Create SendStructure for unary and binary in resolution. BUG=http://dartbug.com/21137 R=karlklose@google.com Committed: https://github.com/dart-lang/sdk/commit/45ec43770dd32725600cca8942f27893c094a540

Patch Set 1 #

Total comments: 14

Patch Set 2 : Updated cf. comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+409 lines, -122 lines) Patch
M pkg/compiler/lib/src/cps_ir/cps_ir_builder_task.dart View 1 chunk +1 line, -4 lines 0 comments Download
M pkg/compiler/lib/src/elements/elements.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/elements/modelx.dart View 1 3 chunks +16 lines, -14 lines 0 comments Download
M pkg/compiler/lib/src/inferrer/concrete_types_inferrer.dart View 5 chunks +5 lines, -5 lines 0 comments Download
M pkg/compiler/lib/src/inferrer/simple_types_inferrer.dart View 1 1 chunk +12 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/no_such_method_registry.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/resolution/members.dart View 1 4 chunks +332 lines, -47 lines 0 comments Download
M pkg/compiler/lib/src/resolution/operators.dart View 2 chunks +6 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/resolution/resolution.dart View 2 chunks +3 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/resolution/send_resolver.dart View 2 chunks +6 lines, -9 lines 0 comments Download
M pkg/compiler/lib/src/resolution/send_structure.dart View 7 chunks +7 lines, -30 lines 0 comments Download
M pkg/compiler/lib/src/ssa/builder.dart View 1 chunk +10 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/types/flat_type_mask.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/universe/universe.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/warnings.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M tests/co19/co19-dart2js.status View 2 chunks +1 line, -3 lines 0 comments Download
M tests/compiler/dart2js/semantic_visitor_test.dart View 3 chunks +2 lines, -4 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
Johnni Winther
5 years, 7 months ago (2015-05-26 07:46:27 UTC) #2
karlklose
LGTM. https://codereview.chromium.org/1152903003/diff/1/pkg/compiler/lib/src/elements/modelx.dart File pkg/compiler/lib/src/elements/modelx.dart (right): https://codereview.chromium.org/1152903003/diff/1/pkg/compiler/lib/src/elements/modelx.dart#newcode2498 pkg/compiler/lib/src/elements/modelx.dart:2498: {bool isSuperLookup}) { Fix indentation. Does it fit ...
5 years, 7 months ago (2015-05-26 08:23:33 UTC) #3
Johnni Winther
https://codereview.chromium.org/1152903003/diff/1/pkg/compiler/lib/src/elements/modelx.dart File pkg/compiler/lib/src/elements/modelx.dart (right): https://codereview.chromium.org/1152903003/diff/1/pkg/compiler/lib/src/elements/modelx.dart#newcode2498 pkg/compiler/lib/src/elements/modelx.dart:2498: {bool isSuperLookup}) { On 2015/05/26 08:23:32, karlklose wrote: > ...
5 years, 7 months ago (2015-05-26 08:53:11 UTC) #4
Johnni Winther
5 years, 7 months ago (2015-05-26 09:11:55 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
45ec43770dd32725600cca8942f27893c094a540 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698