|
dart2js cps: Make Identical a built-in and add Interceptor to Tree IR.
Identical is now a built-in operator instead of a separate primitive.
Interceptor is now its own expression in the Tree IR instead of a static
invocation. This matches the CPS IR (where it is a primitive), and
should fix a problem it was causing for frequency-based naming.
The JS-specific subclass of the Tree IR builder no longer depended on
the backend, emitter, namer, glue, compiler, or anything so it has
been merged into the superclass.
BUG=
R=kmillikin@google.com
Committed: https://github.com/dart-lang/sdk/commit/05497633df4c27dcbd99a9e942e9153d196f9673
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+178 lines, -208 lines) |
Patch |
|
M |
pkg/compiler/lib/src/cps_ir/builtin_operator.dart
|
View
|
|
3 chunks |
+10 lines, -1 line |
0 comments
|
Download
|
|
M |
pkg/compiler/lib/src/cps_ir/cps_ir_builder.dart
|
View
|
|
4 chunks |
+9 lines, -5 lines |
0 comments
|
Download
|
|
M |
pkg/compiler/lib/src/cps_ir/cps_ir_nodes.dart
|
View
|
|
3 chunks |
+0 lines, -21 lines |
0 comments
|
Download
|
|
M |
pkg/compiler/lib/src/cps_ir/cps_ir_nodes_sexpr.dart
|
View
|
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
|
M |
pkg/compiler/lib/src/cps_ir/cps_ir_tracer.dart
|
View
|
|
2 chunks |
+0 lines, -10 lines |
0 comments
|
Download
|
|
M |
pkg/compiler/lib/src/cps_ir/shrinking_reductions.dart
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
|
M |
pkg/compiler/lib/src/cps_ir/type_propagation.dart
|
View
|
|
6 chunks |
+53 lines, -43 lines |
1 comment
|
Download
|
|
M |
pkg/compiler/lib/src/js_backend/codegen/codegen.dart
|
View
|
|
2 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
|
D |
pkg/compiler/lib/src/js_backend/codegen/js_tree_builder.dart
|
View
|
|
1 chunk |
+0 lines, -101 lines |
0 comments
|
Download
|
|
M |
pkg/compiler/lib/src/js_backend/codegen/task.dart
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
|
M |
pkg/compiler/lib/src/js_backend/codegen/unsugar.dart
|
View
|
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
|
M |
pkg/compiler/lib/src/tree_ir/optimization/statement_rewriter.dart
|
View
|
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
pkg/compiler/lib/src/tree_ir/tree_ir_builder.dart
|
View
|
|
2 chunks |
+48 lines, -11 lines |
0 comments
|
Download
|
|
M |
pkg/compiler/lib/src/tree_ir/tree_ir_nodes.dart
|
View
|
|
5 chunks |
+26 lines, -0 lines |
0 comments
|
Download
|
|
M |
pkg/compiler/lib/src/tree_ir/tree_ir_tracer.dart
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
Total messages: 4 (1 generated)
|