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

Issue 2938203003: Compute KernelClosureRepresentationInfo.variableIsUsedInTryOrSync (Closed)

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

Description

Compute KernelClosureRepresentationInfo.variableIsUsedInTryOrSync This handles one of the current inequivalences on hello world from dill. R=efortuna@google.com Committed: https://github.com/dart-lang/sdk/commit/e41d0a63c25e206ead8c229180cf41367efa5e65

Patch Set 1 #

Patch Set 2 : Remove test line #

Total comments: 3

Patch Set 3 : Updated cf. comment #

Patch Set 4 : Rebased #

Patch Set 5 : Rebased #

Total comments: 1

Patch Set 6 : Merge KernelClosureConversionTask and KernelClosureDataLookup #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+257 lines, -110 lines) Patch
M pkg/compiler/lib/src/backend_strategy.dart View 1 2 3 4 5 2 chunks +1 line, -2 lines 0 comments Download
M pkg/compiler/lib/src/closure.dart View 1 2 3 4 5 1 chunk +2 lines, -0 lines 2 comments Download
M pkg/compiler/lib/src/compiler.dart View 1 2 3 4 5 4 chunks +1 line, -4 lines 0 comments Download
M pkg/compiler/lib/src/dump_info.dart View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/inferrer/builder.dart View 1 2 3 4 5 2 chunks +5 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/inferrer/builder_kernel.dart View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/js_backend/element_strategy.dart View 1 2 3 4 5 2 chunks +3 lines, -5 lines 2 comments Download
M pkg/compiler/lib/src/js_emitter/code_emitter_task.dart View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/js_model/js_strategy.dart View 1 2 3 4 5 5 chunks +20 lines, -9 lines 2 comments Download
A pkg/compiler/lib/src/kernel/closure.dart View 1 2 3 4 5 1 chunk +134 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/kernel/element_map_impl.dart View 1 2 3 4 5 3 chunks +36 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/kernel/kernel_backend_strategy.dart View 1 2 3 4 5 10 chunks +31 lines, -62 lines 0 comments Download
M pkg/compiler/lib/src/ssa/builder.dart View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/ssa/graph_builder.dart View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/ssa/locals_handler.dart View 1 2 3 4 chunks +4 lines, -8 lines 0 comments Download
M pkg/compiler/lib/src/ssa/rasta_ssa_builder_task.dart View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/universe/codegen_world_builder.dart View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/closure/closure_test.dart View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/memory_compiler.dart View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M tests/compiler/dart2js/serialization/model_test_helper.dart View 1 2 3 4 5 1 chunk +6 lines, -4 lines 0 comments Download

Messages

Total messages: 14 (3 generated)
Johnni Winther
https://codereview.chromium.org/2938203003/diff/20001/pkg/compiler/lib/src/ssa/builder.dart File pkg/compiler/lib/src/ssa/builder.dart (right): https://codereview.chromium.org/2938203003/diff/20001/pkg/compiler/lib/src/ssa/builder.dart#newcode583 pkg/compiler/lib/src/ssa/builder.dart:583: registry.registerStaticUse(new StaticUse.inlining(element)); Only register when we actually inline.
3 years, 6 months ago (2017-06-15 14:31:00 UTC) #3
Emily Fortuna
lgtm.... though I am currently working on a change that connects with this too (it ...
3 years, 6 months ago (2017-06-15 19:21:54 UTC) #4
Emily Fortuna
lgtm.... though I am currently working on a change that connects with this too (it ...
3 years, 6 months ago (2017-06-15 19:21:55 UTC) #5
Emily Fortuna
lgtm
3 years, 6 months ago (2017-06-15 21:49:16 UTC) #6
Emily Fortuna
https://codereview.chromium.org/2938203003/diff/20001/pkg/compiler/lib/src/kernel/closure.dart File pkg/compiler/lib/src/kernel/closure.dart (right): https://codereview.chromium.org/2938203003/diff/20001/pkg/compiler/lib/src/kernel/closure.dart#newcode69 pkg/compiler/lib/src/kernel/closure.dart:69: add @override?
3 years, 6 months ago (2017-06-15 22:54:28 UTC) #7
Johnni Winther
https://codereview.chromium.org/2938203003/diff/20001/pkg/compiler/lib/src/kernel/closure.dart File pkg/compiler/lib/src/kernel/closure.dart (right): https://codereview.chromium.org/2938203003/diff/20001/pkg/compiler/lib/src/kernel/closure.dart#newcode69 pkg/compiler/lib/src/kernel/closure.dart:69: On 2017/06/15 22:54:28, Emily Fortuna wrote: > add @override? ...
3 years, 6 months ago (2017-06-16 13:40:07 UTC) #8
Johnni Winther
On 2017/06/16 13:40:07, Johnni Winther wrote: > https://codereview.chromium.org/2938203003/diff/20001/pkg/compiler/lib/src/kernel/closure.dart > File pkg/compiler/lib/src/kernel/closure.dart (right): > > https://codereview.chromium.org/2938203003/diff/20001/pkg/compiler/lib/src/kernel/closure.dart#newcode69 ...
3 years, 6 months ago (2017-06-16 14:34:51 UTC) #9
Johnni Winther
PTAL
3 years, 6 months ago (2017-06-19 12:51:56 UTC) #10
Emily Fortuna
lgtm, but please see comments first https://codereview.chromium.org/2938203003/diff/80001/pkg/compiler/lib/src/compiler.dart File pkg/compiler/lib/src/compiler.dart (right): https://codereview.chromium.org/2938203003/diff/80001/pkg/compiler/lib/src/compiler.dart#newcode230 pkg/compiler/lib/src/compiler.dart:230: closureDataLookup = backendStrategy.createClosureConversionTask(this), ...
3 years, 6 months ago (2017-06-19 17:44:41 UTC) #11
Johnni Winther
https://codereview.chromium.org/2938203003/diff/100001/pkg/compiler/lib/src/closure.dart File pkg/compiler/lib/src/closure.dart (right): https://codereview.chromium.org/2938203003/diff/100001/pkg/compiler/lib/src/closure.dart#newcode26 pkg/compiler/lib/src/closure.dart:26: // TODO(johnniwinther,efortuna): Split [ClosureConversionTask] from On 2017/06/19 17:44:41, Emily ...
3 years, 6 months ago (2017-06-20 10:33:12 UTC) #12
Johnni Winther
3 years, 6 months ago (2017-06-20 10:45:59 UTC) #14
Message was sent while issue was closed.
Committed patchset #6 (id:100001) manually as
e41d0a63c25e206ead8c229180cf41367efa5e65 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698