|
Propagate receiver from initial call site to code generator.
When doing lazy compilation of methods, allow the code generator to know the
(initial) receiver at the (initial) call site.
Committed: http://code.google.com/p/v8/source/detail?r=3739
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+115 lines, -64 lines) |
Patch |
|
M |
src/accessors.cc
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/bootstrapper.cc
|
View
|
|
1 chunk |
+8 lines, -10 lines |
0 comments
|
Download
|
|
M |
src/builtins.cc
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/compiler.h
|
View
|
|
1 chunk |
+3 lines, -1 line |
1 comment
|
Download
|
|
M |
src/compiler.cc
|
View
|
|
6 chunks |
+19 lines, -7 lines |
0 comments
|
Download
|
|
M |
src/debug.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
src/debug.cc
|
View
|
|
1 chunk |
+1 line, -7 lines |
0 comments
|
Download
|
|
M |
src/fast-codegen.h
|
View
|
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
|
M |
src/fast-codegen.cc
|
View
|
|
2 chunks |
+18 lines, -1 line |
0 comments
|
Download
|
|
M |
src/handles.h
|
View
|
|
1 chunk |
+11 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/handles.cc
|
View
|
|
1 chunk |
+26 lines, -8 lines |
0 comments
|
Download
|
|
M |
src/ic.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/runtime.cc
|
View
|
|
6 chunks |
+15 lines, -15 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|