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

Issue 2898983005: Add ClosureClassMaps super interface for ClosureTask (Closed)

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

Description

Add ClosureClassMaps super interface for ClosureTask With this change the empty program now runs until ssa/codegen. R=efortuna@google.com, sigmund@google.com Committed: https://github.com/dart-lang/sdk/commit/f7468ab088ff3c0a8a59a5fde22a7f9472a3293b

Patch Set 1 #

Total comments: 5

Patch Set 2 : Updated cf. comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+97 lines, -54 lines) Patch
M pkg/compiler/lib/src/closure.dart View 2 chunks +14 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/js_backend/interceptor_data.dart View 2 chunks +4 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/kernel/element_map_impl.dart View 1 1 chunk +5 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/kernel/kernel_backend_strategy.dart View 1 5 chunks +23 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/ssa/builder.dart View 6 chunks +10 lines, -12 lines 0 comments Download
M pkg/compiler/lib/src/ssa/builder_kernel.dart View 10 chunks +20 lines, -18 lines 0 comments Download
M pkg/compiler/lib/src/ssa/graph_builder.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/ssa/locals_handler.dart View 8 chunks +15 lines, -14 lines 0 comments Download
M pkg/compiler/lib/src/ssa/rasta_ssa_builder_task.dart View 1 chunk +4 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/ssa/ssa_branch_builder.dart View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 9 (2 generated)
Johnni Winther
3 years, 7 months ago (2017-05-24 14:09:09 UTC) #2
Siggi Cherem (dart-lang)
lgtm https://codereview.chromium.org/2898983005/diff/1/pkg/compiler/lib/src/kernel/element_map_impl.dart File pkg/compiler/lib/src/kernel/element_map_impl.dart (right): https://codereview.chromium.org/2898983005/diff/1/pkg/compiler/lib/src/kernel/element_map_impl.dart#newcode689 pkg/compiler/lib/src/kernel/element_map_impl.dart:689: ir.Member getMemberRoot(KMember member) { what is a member ...
3 years, 7 months ago (2017-05-24 17:26:25 UTC) #3
Emily Fortuna
lgtm. This is a little different from the changes I made, so I'll see how ...
3 years, 7 months ago (2017-05-24 17:48:08 UTC) #4
Emily Fortuna
https://codereview.chromium.org/2898983005/diff/1/pkg/compiler/lib/src/ssa/builder.dart File pkg/compiler/lib/src/ssa/builder.dart (left): https://codereview.chromium.org/2898983005/diff/1/pkg/compiler/lib/src/ssa/builder.dart#oldcode1210 pkg/compiler/lib/src/ssa/builder.dart:1210: closureToClassMapper.getClosureToClassMapping(resolvedAst); why is this no longer necessary?
3 years, 7 months ago (2017-05-24 22:12:55 UTC) #5
Emily Fortuna
On 2017/05/24 22:12:55, Emily Fortuna wrote: > https://codereview.chromium.org/2898983005/diff/1/pkg/compiler/lib/src/ssa/builder.dart > File pkg/compiler/lib/src/ssa/builder.dart (left): > > https://codereview.chromium.org/2898983005/diff/1/pkg/compiler/lib/src/ssa/builder.dart#oldcode1210 ...
3 years, 7 months ago (2017-05-26 21:10:10 UTC) #6
Johnni Winther
https://codereview.chromium.org/2898983005/diff/1/pkg/compiler/lib/src/kernel/element_map_impl.dart File pkg/compiler/lib/src/kernel/element_map_impl.dart (right): https://codereview.chromium.org/2898983005/diff/1/pkg/compiler/lib/src/kernel/element_map_impl.dart#newcode689 pkg/compiler/lib/src/kernel/element_map_impl.dart:689: ir.Member getMemberRoot(KMember member) { On 2017/05/24 17:48:08, Emily Fortuna ...
3 years, 6 months ago (2017-05-29 08:17:41 UTC) #7
Johnni Winther
3 years, 6 months ago (2017-05-29 08:27:09 UTC) #9
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
f7468ab088ff3c0a8a59a5fde22a7f9472a3293b (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698