|
Introduce a hydrogen value for contexts, support context slot assignment.
Each context in the context chain has a corresponding hydrogen value.
The context values are used for global object lookup and context slot
lookup. Add simple (non-compound) assignment to context slots.
Committed: http://code.google.com/p/v8/source/detail?r=6615
Total comments: 9
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+475 lines, -332 lines) |
Patch |
|
M |
src/arm/lithium-arm.h
|
View
|
1
2
|
9 chunks |
+68 lines, -124 lines |
0 comments
|
Download
|
|
M |
src/arm/lithium-arm.cc
|
View
|
1
|
3 chunks |
+40 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/arm/lithium-codegen-arm.cc
|
View
|
1
|
2 chunks |
+34 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/hydrogen.h
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/hydrogen.cc
|
View
|
1
|
7 chunks |
+60 lines, -32 lines |
1 comment
|
Download
|
|
M |
src/hydrogen-instructions.h
|
View
|
1
|
11 chunks |
+85 lines, -29 lines |
0 comments
|
Download
|
|
M |
src/hydrogen-instructions.cc
|
View
|
1
|
1 chunk |
+9 lines, -1 line |
0 comments
|
Download
|
|
M |
src/ia32/lithium-codegen-ia32.cc
|
View
|
1
|
2 chunks |
+35 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/ia32/lithium-ia32.h
|
View
|
1
|
8 chunks |
+69 lines, -124 lines |
0 comments
|
Download
|
|
M |
src/ia32/lithium-ia32.cc
|
View
|
1
|
4 chunks |
+45 lines, -5 lines |
2 comments
|
Download
|
|
M |
src/x64/lithium-x64.h
|
View
|
1
|
1 chunk |
+6 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/x64/lithium-x64.cc
|
View
|
1
|
4 chunks |
+22 lines, -2 lines |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|