|
|
Add optimized compiler support for generic global loads.
These are needed if an access check is required or if we
read from a global variable that has not beed introduced yet.
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+187 lines, -32 lines) |
Patch |
 |
M |
src/arm/lithium-arm.h
|
View
|
1
2
3
4
5
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/arm/lithium-arm.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/arm/lithium-codegen-arm.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/hydrogen.h
|
View
|
1
2
3
4
5
|
4 chunks |
+10 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/hydrogen.cc
|
View
|
1
2
3
4
5
|
6 chunks |
+48 lines, -30 lines |
0 comments
|
Download
|
 |
M |
src/hydrogen-instructions.h
|
View
|
1
2
3
4
5
|
2 chunks |
+33 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/hydrogen-instructions.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/ia32/lithium-codegen-ia32.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/ia32/lithium-ia32.h
|
View
|
1
2
3
4
5
|
2 chunks |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/ia32/lithium-ia32.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/x64/lithium-codegen-x64.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/x64/lithium-x64.h
|
View
|
1
2
3
4
5
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/x64/lithium-x64.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|