|
Implement IC for storing to dictionary case objects.
The IC stub is completely generic, so there will only be one such stub
in the system.
Added a new overloaded version of the macro assembler RecordWrite
method for cases where we have the address we store to computed up
front.
Committed: http://code.google.com/p/v8/source/detail?r=4991
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+709 lines, -171 lines) |
Patch |
|
M |
src/arm/codegen-arm.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
src/arm/ic-arm.cc
|
View
|
|
7 chunks |
+140 lines, -39 lines |
0 comments
|
Download
|
|
M |
src/arm/macro-assembler-arm.h
|
View
|
1
|
1 chunk |
+18 lines, -8 lines |
0 comments
|
Download
|
|
M |
src/arm/macro-assembler-arm.cc
|
View
|
|
3 chunks |
+43 lines, -12 lines |
0 comments
|
Download
|
|
M |
src/builtins.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/builtins.cc
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/ia32/ic-ia32.cc
|
View
|
1
|
7 chunks |
+161 lines, -40 lines |
0 comments
|
Download
|
|
M |
src/ia32/macro-assembler-ia32.h
|
View
|
1
|
1 chunk |
+16 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/ia32/macro-assembler-ia32.cc
|
View
|
|
2 chunks |
+33 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/ic.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/ic.cc
|
View
|
|
2 chunks |
+12 lines, -10 lines |
0 comments
|
Download
|
|
M |
src/stub-cache.h
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
src/stub-cache.cc
|
View
|
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
|
M |
src/v8-counters.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/x64/ic-x64.cc
|
View
|
1
|
7 chunks |
+156 lines, -38 lines |
0 comments
|
Download
|
|
M |
src/x64/macro-assembler-x64.h
|
View
|
1
|
1 chunk |
+16 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/x64/macro-assembler-x64.cc
|
View
|
|
2 chunks |
+29 lines, -6 lines |
0 comments
|
Download
|
|
A |
test/mjsunit/store-dictionary.js
|
View
|
|
1 chunk |
+65 lines, -0 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|