|
Remove HRuntimeType scheme for function types.
**** Replacing change this with
https://chromiumcodereview.appspot.com/2722753002/
****
We generate the old representation for function types.
Since the HRuntimeType scheme worked by translating to the old representation, this is slightly faster.
BUG=
Total comments: 10
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+133 lines, -476 lines) |
Patch |
 |
M |
pkg/compiler/lib/src/js_backend/backend_helpers.dart
|
View
|
1
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
pkg/compiler/lib/src/js_backend/checked_mode_helpers.dart
|
View
|
1
2
3
|
4 chunks |
+19 lines, -1 line |
0 comments
|
Download
|
 |
M |
pkg/compiler/lib/src/ssa/builder.dart
|
View
|
1
|
2 chunks |
+10 lines, -15 lines |
0 comments
|
Download
|
 |
M |
pkg/compiler/lib/src/ssa/builder_kernel.dart
|
View
|
1
|
2 chunks |
+11 lines, -14 lines |
0 comments
|
Download
|
 |
M |
pkg/compiler/lib/src/ssa/codegen.dart
|
View
|
1
2
|
3 chunks |
+1 line, -136 lines |
0 comments
|
Download
|
 |
M |
pkg/compiler/lib/src/ssa/graph_builder.dart
|
View
|
1
|
2 chunks |
+0 lines, -110 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
|
 |
M |
pkg/compiler/lib/src/ssa/nodes.dart
|
View
|
1
2
|
5 chunks |
+2 lines, -122 lines |
0 comments
|
Download
|
 |
M |
pkg/compiler/lib/src/ssa/ssa_tracer.dart
|
View
|
1
2
3
|
2 chunks |
+1 line, -27 lines |
0 comments
|
Download
|
 |
M |
pkg/compiler/lib/src/ssa/type_builder.dart
|
View
|
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
sdk/lib/_internal/js_runtime/lib/js_helper.dart
|
View
|
1
2
3
|
3 chunks |
+58 lines, -32 lines |
1 comment
|
Download
|
 |
M |
sdk/lib/_internal/js_runtime/lib/js_rti.dart
|
View
|
1
2
3
|
1 chunk |
+15 lines, -17 lines |
0 comments
|
Download
|
 |
M |
tests/compiler/dart2js/mirrors_used_test.dart
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tests/compiler/dart2js/mock_libraries.dart
|
View
|
1
2
3
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
Total messages: 7 (3 generated)
|