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 2981423003: Move .getLocalFunction from KernelToElementMap to KernelToLocalsMap (Closed)

Created:
3 years, 5 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

Move .getLocalFunction from KernelToElementMap to KernelToLocalsMap - and to KernelToElementMapForImpact + Remove CapturedScopeBuilder._kernelToElementMap + Remove JLocalFunction R=efortuna@google.com Committed: https://github.com/dart-lang/sdk/commit/6292f410d12b40d5f5690ea4995d2b0726db11cc

Patch Set 1 #

Total comments: 8

Patch Set 2 : Updated cf. comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+125 lines, -186 lines) Patch
M pkg/compiler/lib/src/closure.dart View 2 chunks +2 lines, -4 lines 0 comments Download
M pkg/compiler/lib/src/js_model/closure.dart View 6 chunks +31 lines, -40 lines 0 comments Download
M pkg/compiler/lib/src/js_model/closure_visitors.dart View 5 chunks +6 lines, -14 lines 0 comments Download
M pkg/compiler/lib/src/js_model/elements.dart View 2 chunks +0 lines, -22 lines 0 comments Download
M pkg/compiler/lib/src/js_model/js_strategy.dart View 1 chunk +2 lines, -4 lines 0 comments Download
M pkg/compiler/lib/src/js_model/locals.dart View 2 chunks +17 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/kernel/element_map.dart View 4 chunks +9 lines, -7 lines 0 comments Download
M pkg/compiler/lib/src/kernel/element_map_impl.dart View 1 6 chunks +39 lines, -76 lines 0 comments Download
M pkg/compiler/lib/src/ssa/builder_kernel.dart View 13 chunks +15 lines, -13 lines 0 comments Download
M pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/world.dart View 1 2 chunks +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/closure/closure_test.dart View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (2 generated)
Johnni Winther
3 years, 5 months ago (2017-07-21 15:08:28 UTC) #2
Emily Fortuna
lgtm https://codereview.chromium.org/2981423003/diff/1/pkg/compiler/lib/src/closure.dart File pkg/compiler/lib/src/closure.dart (left): https://codereview.chromium.org/2981423003/diff/1/pkg/compiler/lib/src/closure.dart#oldcode486 pkg/compiler/lib/src/closure.dart:486: ? compiler.resolution.commonElements.boundClosureClass This was the behavior in the ...
3 years, 5 months ago (2017-07-21 22:21:44 UTC) #3
Johnni Winther
https://codereview.chromium.org/2981423003/diff/1/pkg/compiler/lib/src/closure.dart File pkg/compiler/lib/src/closure.dart (left): https://codereview.chromium.org/2981423003/diff/1/pkg/compiler/lib/src/closure.dart#oldcode486 pkg/compiler/lib/src/closure.dart:486: ? compiler.resolution.commonElements.boundClosureClass On 2017/07/21 22:21:43, Emily Fortuna wrote: > ...
3 years, 4 months ago (2017-07-28 12:08:19 UTC) #4
Johnni Winther
3 years, 4 months ago (2017-07-28 12:13:36 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
6292f410d12b40d5f5690ea4995d2b0726db11cc (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698