|
|
Tracks static type of strings in frame elements and results.
Uses static string type to optimize string additions.
Total comments: 15
Total comments: 25
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+462 lines, -114 lines) |
Patch |
 |
M |
src/ast.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/builtins.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/codegen-ia32.h
|
View
|
1
2
3
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
src/codegen-ia32.cc
|
View
|
1
2
3
|
4 chunks |
+32 lines, -4 lines |
0 comments
|
Download
|
 |
M |
src/jump-target.cc
|
View
|
3
|
4 chunks |
+22 lines, -9 lines |
0 comments
|
Download
|
 |
M |
src/prettyprinter.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
src/prettyprinter.cc
|
View
|
|
4 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
src/register-allocator.h
|
View
|
1
2
3
|
4 chunks |
+91 lines, -5 lines |
0 comments
|
Download
|
 |
M |
src/register-allocator.cc
|
View
|
|
2 chunks |
+14 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/register-allocator-inl.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
src/rewriter.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
src/runtime.js
|
View
|
|
2 chunks |
+15 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/variables.h
|
View
|
|
5 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
src/variables.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/virtual-frame.h
|
View
|
1
2
3
|
8 chunks |
+53 lines, -53 lines |
0 comments
|
Download
|
 |
M |
src/virtual-frame.cc
|
View
|
1
2
3
|
6 chunks |
+26 lines, -12 lines |
0 comments
|
Download
|
 |
M |
src/virtual-frame-arm.h
|
View
|
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
src/virtual-frame-ia32.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
src/virtual-frame-ia32.cc
|
View
|
1
2
3
|
3 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
A |
test/mjsunit/string-add.js
|
View
|
1
2
|
1 chunk |
+175 lines, -0 lines |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|