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

Issue 3002953002: Split getClosureRepresentationInfo into MemberEntity and (ir/ast) nodes (Closed)

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

Description

Split getClosureRepresentationInfo into MemberEntity and (ir/ast) nodes R=efortuna@google.com Committed: https://github.com/dart-lang/sdk/commit/3c8096e040a7ce78f3737ef56a94119011143105

Patch Set 1 #

Total comments: 6

Patch Set 2 : Update cf. comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+185 lines, -147 lines) Patch
M pkg/compiler/lib/src/closure.dart View 1 14 chunks +60 lines, -36 lines 0 comments Download
M pkg/compiler/lib/src/dump_info.dart View 1 1 chunk +2 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/inferrer/builder.dart View 1 2 chunks +3 lines, -4 lines 0 comments Download
M pkg/compiler/lib/src/inferrer/builder_kernel.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/js_emitter/runtime_type_generator.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/js_model/closure.dart View 1 5 chunks +44 lines, -17 lines 0 comments Download
M pkg/compiler/lib/src/js_model/locals.dart View 1 1 chunk +6 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/kernel/element_map.dart View 1 chunk +8 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/ssa/builder.dart View 1 1 chunk +1 line, -2 lines 0 comments Download
M pkg/compiler/lib/src/ssa/builder_kernel.dart View 2 chunks +3 lines, -4 lines 0 comments Download
M pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart View 1 2 chunks +8 lines, -1 line 0 comments Download
M tests/compiler/dart2js/closure/closure_test.dart View 1 5 chunks +37 lines, -32 lines 0 comments Download
M tests/compiler/dart2js/serialization/model_test_helper.dart View 1 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js_extra/dart2js_extra.status View 4 chunks +4 lines, -4 lines 0 comments Download
M tests/corelib_2/corelib_2.status View 7 chunks +1 line, -17 lines 0 comments Download
M tests/language/language_dart2js.status View 14 chunks +4 lines, -18 lines 0 comments Download
M tests/language_2/language_2_dart2js.status View 4 chunks +0 lines, -4 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
Johnni Winther
3 years, 4 months ago (2017-08-18 13:56:49 UTC) #2
Emily Fortuna
awesome! After the suggested changes below, lgtm! https://codereview.chromium.org/3002953002/diff/1/pkg/compiler/lib/src/closure.dart File pkg/compiler/lib/src/closure.dart (right): https://codereview.chromium.org/3002953002/diff/1/pkg/compiler/lib/src/closure.dart#newcode49 pkg/compiler/lib/src/closure.dart:49: // TODO(johnniwinther,efortuna): ...
3 years, 4 months ago (2017-08-18 21:04:43 UTC) #3
Johnni Winther
https://codereview.chromium.org/3002953002/diff/1/pkg/compiler/lib/src/closure.dart File pkg/compiler/lib/src/closure.dart (right): https://codereview.chromium.org/3002953002/diff/1/pkg/compiler/lib/src/closure.dart#newcode49 pkg/compiler/lib/src/closure.dart:49: // TODO(johnniwinther,efortuna): Can we use [getScopeInfo] instead? On 2017/08/18 ...
3 years, 4 months ago (2017-08-19 08:28:28 UTC) #4
Johnni Winther
3 years, 4 months ago (2017-08-19 08:36:57 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
3c8096e040a7ce78f3737ef56a94119011143105 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698