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 2813603002: Less direct Compiler use in SSA (Closed)

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

Description

Less direct Compiler use in SSA This is a step towards using data object rather than Compiler and JavaScriptBackend in codegen. This is needed to support a shift in element models between resolution and codegen. R=efortuna@google.com Committed: https://github.com/dart-lang/sdk/commit/da22833d8adf088ab9bba07ae8dfa59954b1ea2f

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+90 lines, -96 lines) Patch
M pkg/compiler/lib/src/compiler.dart View 2 chunks +2 lines, -8 lines 0 comments Download
M pkg/compiler/lib/src/native/ssa.dart View 5 chunks +4 lines, -7 lines 0 comments Download
M pkg/compiler/lib/src/ssa/builder.dart View 32 chunks +36 lines, -42 lines 0 comments Download
M pkg/compiler/lib/src/ssa/builder_kernel.dart View 25 chunks +28 lines, -28 lines 0 comments Download
M pkg/compiler/lib/src/ssa/graph_builder.dart View 2 chunks +9 lines, -0 lines 2 comments Download
M pkg/compiler/lib/src/ssa/ssa_branch_builder.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M pkg/compiler/lib/src/ssa/type_builder.dart View 5 chunks +7 lines, -7 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
Johnni Winther
3 years, 8 months ago (2017-04-10 13:05:00 UTC) #2
Emily Fortuna
lgtm https://codereview.chromium.org/2813603002/diff/1/pkg/compiler/lib/src/ssa/graph_builder.dart File pkg/compiler/lib/src/ssa/graph_builder.dart (right): https://codereview.chromium.org/2813603002/diff/1/pkg/compiler/lib/src/ssa/graph_builder.dart#newcode53 pkg/compiler/lib/src/ssa/graph_builder.dart:53: CompilerOptions get options => compiler.options; this works, but ...
3 years, 8 months ago (2017-04-10 19:34:02 UTC) #3
Johnni Winther
https://codereview.chromium.org/2813603002/diff/1/pkg/compiler/lib/src/ssa/graph_builder.dart File pkg/compiler/lib/src/ssa/graph_builder.dart (right): https://codereview.chromium.org/2813603002/diff/1/pkg/compiler/lib/src/ssa/graph_builder.dart#newcode53 pkg/compiler/lib/src/ssa/graph_builder.dart:53: CompilerOptions get options => compiler.options; On 2017/04/10 19:34:02, Emily ...
3 years, 8 months ago (2017-04-11 07:13:31 UTC) #4
Johnni Winther
3 years, 8 months ago (2017-04-11 07:36:28 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
da22833d8adf088ab9bba07ae8dfa59954b1ea2f (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698