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

Issue 2928063002: Separate out ClosureAnalysisInfo to separate interfaces between what (Closed)

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

Description

Separate out ClosureAnalysisInfo to separate interfaces between what the SSA builder needs to know and what the locals handler needs. BUG= R=johnniwinther@google.com Committed: https://github.com/dart-lang/sdk/commit/d9015a73eac12e9b0693b3a3c8617dd40bbe10bc

Patch Set 1 : . #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -22 lines) Patch
M pkg/compiler/lib/src/closure.dart View 8 chunks +52 lines, -6 lines 5 comments Download
M pkg/compiler/lib/src/kernel/kernel_backend_strategy.dart View 2 chunks +6 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/ssa/builder.dart View 3 chunks +7 lines, -8 lines 0 comments Download
M pkg/compiler/lib/src/ssa/builder_kernel.dart View 2 chunks +4 lines, -6 lines 0 comments Download
M pkg/compiler/lib/src/ssa/locals_handler.dart View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 12 (6 generated)
Emily Fortuna
(there's a lot more where this came from obviously.)
3 years, 6 months ago (2017-06-09 00:41:01 UTC) #3
Johnni Winther
lgtm https://codereview.chromium.org/2928063002/diff/60001/pkg/compiler/lib/src/closure.dart File pkg/compiler/lib/src/closure.dart (right): https://codereview.chromium.org/2928063002/diff/60001/pkg/compiler/lib/src/closure.dart#newcode53 pkg/compiler/lib/src/closure.dart:53: Local get context => null; Mention that this ...
3 years, 6 months ago (2017-06-09 10:12:40 UTC) #6
Emily Fortuna
https://codereview.chromium.org/2928063002/diff/60001/pkg/compiler/lib/src/closure.dart File pkg/compiler/lib/src/closure.dart (right): https://codereview.chromium.org/2928063002/diff/60001/pkg/compiler/lib/src/closure.dart#newcode53 pkg/compiler/lib/src/closure.dart:53: Local get context => null; On 2017/06/09 10:12:40, Johnni ...
3 years, 6 months ago (2017-06-09 20:27:30 UTC) #7
Emily Fortuna
Committed patchset #1 (id:60001) manually as d9015a73eac12e9b0693b3a3c8617dd40bbe10bc (presubmit successful).
3 years, 6 months ago (2017-06-09 20:29:22 UTC) #9
Siggi Cherem (dart-lang)
DBC https://codereview.chromium.org/2928063002/diff/60001/pkg/compiler/lib/src/closure.dart File pkg/compiler/lib/src/closure.dart (right): https://codereview.chromium.org/2928063002/diff/60001/pkg/compiler/lib/src/closure.dart#newcode40 pkg/compiler/lib/src/closure.dart:40: class ClosureAnalysisInfo { nit: just realized that we ...
3 years, 6 months ago (2017-06-14 22:21:04 UTC) #11
Emily Fortuna
3 years, 6 months ago (2017-06-14 23:58:24 UTC) #12
Message was sent while issue was closed.
https://codereview.chromium.org/2928063002/diff/60001/pkg/compiler/lib/src/cl...
File pkg/compiler/lib/src/closure.dart (right):

https://codereview.chromium.org/2928063002/diff/60001/pkg/compiler/lib/src/cl...
pkg/compiler/lib/src/closure.dart:48: bool requiresBox() => false;
On 2017/06/14 22:21:04, Siggi Cherem (dart-lang) wrote:
> nit: I'd turn this into a getter instead: `bool get requiresBox`

See followup CL: https://codereview.chromium.org/2936323003

Powered by Google App Engine
This is Rietveld 408576698