|
We need to know if a load, store or call IC is assumed
to be on the global object. Previously, this information
was stored in RelocInfo. A more logical place for this kind
of structural information is ExtraICState. Storing it there
makes it easier for us to gather type feedback from these
sites too.
R=verwaest@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=18466
Total comments: 2
Total comments: 26
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+694 lines, -542 lines) |
Patch |
|
M |
src/arm/full-codegen-arm.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
27 chunks |
+37 lines, -54 lines |
0 comments
|
Download
|
|
M |
src/arm/ic-arm.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/arm/lithium-codegen-arm.cc
|
View
|
1
2
3
4
5
6
7
8
|
6 chunks |
+15 lines, -18 lines |
0 comments
|
Download
|
|
M |
src/assembler.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
src/assembler.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/builtins.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+0 lines, -23 lines |
0 comments
|
Download
|
|
M |
src/builtins.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+0 lines, -57 lines |
0 comments
|
Download
|
|
M |
src/code-stubs.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/disassembler.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/full-codegen.h
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+10 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/full-codegen.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+12 lines, -1 line |
0 comments
|
Download
|
|
M |
src/ia32/full-codegen-ia32.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
26 chunks |
+39 lines, -58 lines |
0 comments
|
Download
|
|
M |
src/ia32/ic-ia32.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/ia32/lithium-codegen-ia32.cc
|
View
|
1
2
3
4
5
6
7
|
6 chunks |
+15 lines, -18 lines |
0 comments
|
Download
|
|
M |
src/ic.h
|
View
|
1
2
3
4
5
6
7
8
|
21 chunks |
+63 lines, -93 lines |
0 comments
|
Download
|
|
M |
src/ic.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
7 chunks |
+63 lines, -26 lines |
0 comments
|
Download
|
|
M |
src/log.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/mips/full-codegen-mips.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
27 chunks |
+37 lines, -55 lines |
0 comments
|
Download
|
|
M |
src/mips/ic-mips.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/mips/lithium-codegen-mips.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
6 chunks |
+15 lines, -18 lines |
0 comments
|
Download
|
|
M |
src/objects.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/objects.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+12 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/stub-cache.h
|
View
|
1
2
3
4
5
6
|
6 chunks |
+22 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/stub-cache.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
8 chunks |
+152 lines, -16 lines |
0 comments
|
Download
|
|
M |
src/x64/full-codegen-x64.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
26 chunks |
+36 lines, -53 lines |
0 comments
|
Download
|
|
M |
src/x64/ic-x64.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/x64/lithium-codegen-x64.cc
|
View
|
1
2
3
4
5
6
7
8
|
6 chunks |
+15 lines, -18 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-debug.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-disasm-ia32.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
test/cctest/test-heap.cc
|
View
|
1
2
3
4
5
6
7
|
5 chunks |
+5 lines, -6 lines |
0 comments
|
Download
|
|
A |
test/mjsunit/context-calls-maintained.js
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+116 lines, -0 lines |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|