|
|
Vector ICs: Introduce an InstanceType for the type feedback vector.
For better validation, printing, and other future enhancements.
Printouts look like this:
DebugPrint: 0x5dc0d2ad: [TypeFeedbackVector]
- length: 12
- ics with type info: 3
- generic ics: 0
ICSlot 0 CALL_IC MONOMORPHIC
[4]: 0x5dc0d365 WeakCell for 0x5dc0cd69 <JS Function foo (SharedFunctionInfo 0x5dc0cb0d)>
[5]: 0x4203c4c1 <Code: HANDLER>
ICSlot 1 LOAD_IC MONOMORPHIC
[6]: 0x5dc0d1f5 WeakCell for 0x3a710481 <Map(FAST_HOLEY_SMI_ELEMENTS)>
[7]: 0x4203a1c1 <Code: HANDLER>
ICSlot 2 LOAD_IC UNINITIALIZED
[8]: 0x3060d045 <Symbol: 711234650 <String[20]: uninitialized_symbol>>
[9]: 0x3060d045 <Symbol: 711234650 <String[20]: uninitialized_symbol>>
ICSlot 3 LOAD_IC MONOMORPHIC
[10]: 0x5dc0d3b5 WeakCell for 0x3a710d71 <Map(FAST_HOLEY_ELEMENTS)>
[11]: 0x4202af01 <Code: HANDLER>
* DECIDED NOT TO DO THIS *
BUG=
Total comments: 4
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+270 lines, -46 lines) |
Patch |
 |
M |
include/v8.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
src/factory.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/factory.cc
|
View
|
|
4 chunks |
+15 lines, -4 lines |
0 comments
|
Download
|
 |
M |
src/heap/heap.h
|
View
|
|
5 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/heap/heap.cc
|
View
|
1
2
|
7 chunks |
+90 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/heap/heap-inl.h
|
View
|
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/heap/objects-visiting.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
src/heap/objects-visiting.cc
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/heap/objects-visiting-inl.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/objects.h
|
View
|
|
2 chunks |
+2 lines, -0 lines |
1 comment
|
Download
|
 |
M |
src/objects.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
src/objects-debug.cc
|
View
|
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/objects-inl.h
|
View
|
1
2
3
|
5 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
src/objects-printer.cc
|
View
|
1
|
3 chunks |
+52 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/runtime/runtime-array.cc
|
View
|
1
2
3
|
1 chunk |
+11 lines, -4 lines |
1 comment
|
Download
|
 |
M |
src/type-feedback-vector.h
|
View
|
1
2
3
|
2 chunks |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
M |
src/type-feedback-vector.cc
|
View
|
1
2
3
|
1 chunk |
+38 lines, -24 lines |
0 comments
|
Download
|
 |
M |
src/types.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
test/cctest/test-feedback-vector.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
test/mjsunit/compiler/stubs/floor-stub.js
|
View
|
1
2
3
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 13 (4 generated)
|