|
Support declarations of context allocated locals in Crankshaft.
The changes to scopes and parser introduce a VariableProxy
wrapping the function-name variable for function literals.
It seems the easiest way to get an AST id for the HSimulate
after context-slot stores in declarations.
Committed: http://code.google.com/p/v8/source/detail?r=9112
Total comments: 12
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+85 lines, -42 lines) |
Patch |
|
M |
src/arm/full-codegen-arm.cc
|
View
|
|
3 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/full-codegen.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/hydrogen.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
2 comments
|
Download
|
|
M |
src/hydrogen.cc
|
View
|
|
2 chunks |
+46 lines, -18 lines |
2 comments
|
Download
|
|
M |
src/ia32/full-codegen-ia32.cc
|
View
|
|
3 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/parser.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
2 comments
|
Download
|
|
M |
src/scopeinfo.cc
|
View
|
|
1 chunk |
+7 lines, -7 lines |
4 comments
|
Download
|
|
M |
src/scopes.h
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/scopes.cc
|
View
|
|
4 chunks |
+8 lines, -6 lines |
2 comments
|
Download
|
|
M |
src/x64/full-codegen-x64.cc
|
View
|
|
3 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|