|
|
Support for mixed null/smi equality: do not deoptimize, emit same optimized code as if that was smi-equality only.
Moved assert for duplicate class checks into ICData.
Allow CheckClassInstr to check for Smi as well.
Committed: https://code.google.com/p/dart/source/detail?r=13254
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+474 lines, -139 lines) |
Patch |
 |
M |
runtime/vm/code_generator.h
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/code_generator.cc
|
View
|
1
2
3
4
|
2 chunks |
+32 lines, -17 lines |
2 comments
|
Download
|
 |
M |
runtime/vm/flow_graph_compiler.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
runtime/vm/flow_graph_compiler_ia32.h
|
View
|
1
2
3
4
|
1 chunk |
+8 lines, -7 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/flow_graph_compiler_x64.h
|
View
|
1
2
3
4
|
1 chunk |
+8 lines, -7 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/flow_graph_optimizer.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+62 lines, -4 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/intermediate_language.h
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/intermediate_language_ia32.cc
|
View
|
1
2
3
4
5
|
5 chunks |
+56 lines, -44 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/intermediate_language_x64.cc
|
View
|
1
2
3
4
5
|
5 chunks |
+53 lines, -43 lines |
2 comments
|
Download
|
 |
M |
runtime/vm/object.h
|
View
|
1
2
3
4
|
3 chunks |
+19 lines, -6 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/object.cc
|
View
|
1
2
3
4
|
8 chunks |
+49 lines, -7 lines |
4 comments
|
Download
|
 |
M |
runtime/vm/stub_code.h
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
runtime/vm/stub_code_ia32.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+91 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/stub_code_x64.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+90 lines, -0 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|