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

Issue 2502033002: Set runtime type information when converting list literals. (Closed)

Created:
4 years, 1 month ago by Emily Fortuna
Modified:
4 years, 1 month ago
Reviewers:
Harry Terkelsen
CC:
reviews_dartlang.org, sra1, Siggi Cherem (dart-lang)
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Set runtime type information when converting list literals. BUG=https://github.com/dart-lang/sdk/issues/27394 R=het@google.com Committed: https://github.com/dart-lang/sdk/commit/226e47a1273e79cfaf1d771048380cff5bbf63d5

Patch Set 1 : . #

Total comments: 4

Patch Set 2 : . #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -20 lines) Patch
M pkg/compiler/lib/src/ssa/builder.dart View 1 2 chunks +2 lines, -19 lines 0 comments Download
M pkg/compiler/lib/src/ssa/builder_kernel.dart View 1 3 chunks +36 lines, -1 line 2 comments Download
M pkg/compiler/lib/src/ssa/graph_builder.dart View 1 1 chunk +18 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart View 1 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
Emily Fortuna
4 years, 1 month ago (2016-11-15 19:38:26 UTC) #3
Harry Terkelsen
https://codereview.chromium.org/2502033002/diff/20001/pkg/compiler/lib/src/ssa/builder_kernel.dart File pkg/compiler/lib/src/ssa/builder_kernel.dart (right): https://codereview.chromium.org/2502033002/diff/20001/pkg/compiler/lib/src/ssa/builder_kernel.dart#newcode211 pkg/compiler/lib/src/ssa/builder_kernel.dart:211: void pushInvokeStatic(MethodElement element, List<HInstruction> arguments, This class should not ...
4 years, 1 month ago (2016-11-15 22:44:48 UTC) #4
Emily Fortuna
okay, let's try this again! https://codereview.chromium.org/2502033002/diff/20001/pkg/compiler/lib/src/ssa/builder_kernel.dart File pkg/compiler/lib/src/ssa/builder_kernel.dart (right): https://codereview.chromium.org/2502033002/diff/20001/pkg/compiler/lib/src/ssa/builder_kernel.dart#newcode211 pkg/compiler/lib/src/ssa/builder_kernel.dart:211: void pushInvokeStatic(MethodElement element, List<HInstruction> ...
4 years, 1 month ago (2016-11-16 01:53:45 UTC) #5
Harry Terkelsen
lgtm https://codereview.chromium.org/2502033002/diff/60001/pkg/compiler/lib/src/ssa/builder_kernel.dart File pkg/compiler/lib/src/ssa/builder_kernel.dart (right): https://codereview.chromium.org/2502033002/diff/60001/pkg/compiler/lib/src/ssa/builder_kernel.dart#newcode594 pkg/compiler/lib/src/ssa/builder_kernel.dart:594: listInstruction = setRtiIfNeeded(listInstruction, listLiteral); should we 'add' it ...
4 years, 1 month ago (2016-11-16 17:26:47 UTC) #7
Emily Fortuna
Committed patchset #2 (id:60001) manually as 226e47a1273e79cfaf1d771048380cff5bbf63d5 (presubmit successful).
4 years, 1 month ago (2016-11-16 18:53:12 UTC) #9
Emily Fortuna
https://codereview.chromium.org/2502033002/diff/60001/pkg/compiler/lib/src/ssa/builder_kernel.dart File pkg/compiler/lib/src/ssa/builder_kernel.dart (right): https://codereview.chromium.org/2502033002/diff/60001/pkg/compiler/lib/src/ssa/builder_kernel.dart#newcode594 pkg/compiler/lib/src/ssa/builder_kernel.dart:594: listInstruction = setRtiIfNeeded(listInstruction, listLiteral); On 2016/11/16 17:26:47, Harry Terkelsen ...
4 years, 1 month ago (2016-11-16 18:53:23 UTC) #10
Emily Fortuna
4 years, 1 month ago (2016-11-16 18:53:25 UTC) #11
Message was sent while issue was closed.

          

Powered by Google App Engine
This is Rietveld 408576698