|
Removed static type inference and add a dynamic test for string addition.
The complexity of static type inference never really paid off, and as an
analysis it didn't fit well with codegen frame propagation.
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+128 lines, -228 lines) |
Patch |
|
M |
src/arm/virtual-frame-arm.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/frame-element.h
|
View
|
|
7 chunks |
+11 lines, -38 lines |
0 comments
|
Download
|
|
M |
src/ia32/codegen-ia32.cc
|
View
|
1
|
3 chunks |
+40 lines, -5 lines |
2 comments
|
Download
|
|
M |
src/ia32/virtual-frame-ia32.h
|
View
|
1
|
10 chunks |
+53 lines, -24 lines |
1 comment
|
Download
|
|
M |
src/ia32/virtual-frame-ia32.cc
|
View
|
|
3 chunks |
+4 lines, -8 lines |
2 comments
|
Download
|
|
M |
src/jump-target.cc
|
View
|
|
5 chunks |
+4 lines, -22 lines |
0 comments
|
Download
|
|
M |
src/register-allocator.h
|
View
|
|
4 chunks |
+3 lines, -91 lines |
0 comments
|
Download
|
|
M |
src/register-allocator.cc
|
View
|
|
1 chunk |
+1 line, -12 lines |
0 comments
|
Download
|
|
M |
src/virtual-frame.cc
|
View
|
|
7 chunks |
+3 lines, -15 lines |
0 comments
|
Download
|
|
M |
src/x64/codegen-x64.cc
|
View
|
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/x64/virtual-frame-x64.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/x64/virtual-frame-x64.cc
|
View
|
|
3 chunks |
+2 lines, -5 lines |
1 comment
|
Download
|
Total messages: 3 (0 generated)
|