|
Add functionality for finding code objects from a pc that points into
the code object's instructions.
This allows us to find a code object using just the pc. This approach
uses a cache (PcToCodeCache) to make sure we don't continuously have
to iterate heap pages.
This change eliminates the need for cooking and uncooking of stack frames.
Committed: http://code.google.com/p/v8/source/detail?r=5369
Total comments: 20
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+290 lines, -386 lines) |
Patch |
|
M |
src/arm/frames-arm.cc
|
View
|
1
2
|
2 chunks |
+0 lines, -63 lines |
0 comments
|
Download
|
|
M |
src/frames.h
|
View
|
1
2
|
8 chunks |
+51 lines, -26 lines |
0 comments
|
Download
|
|
M |
src/frames.cc
|
View
|
1
2
|
11 chunks |
+137 lines, -56 lines |
0 comments
|
Download
|
|
M |
src/frames-inl.h
|
View
|
1
2
|
2 chunks |
+4 lines, -11 lines |
0 comments
|
Download
|
|
M |
src/heap.h
|
View
|
1
2
|
4 chunks |
+20 lines, -1 line |
0 comments
|
Download
|
|
M |
src/heap.cc
|
View
|
1
2
|
6 chunks |
+30 lines, -11 lines |
0 comments
|
Download
|
|
M |
src/ia32/frames-ia32.cc
|
View
|
1
2
|
2 chunks |
+0 lines, -63 lines |
0 comments
|
Download
|
|
M |
src/liveedit.cc
|
View
|
1
2
|
2 chunks |
+0 lines, -25 lines |
0 comments
|
Download
|
|
M |
src/mark-compact.h
|
View
|
1
2
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/mark-compact.cc
|
View
|
1
2
|
3 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/memory.h
|
View
|
1
2
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/spaces.h
|
View
|
1
2
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/spaces.cc
|
View
|
1
2
|
2 chunks |
+22 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/top.h
|
View
|
1
2
|
2 chunks |
+0 lines, -9 lines |
0 comments
|
Download
|
|
M |
src/top.cc
|
View
|
1
2
|
2 chunks |
+0 lines, -34 lines |
0 comments
|
Download
|
|
M |
src/v8-counters.h
|
View
|
1
2
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
|
M |
src/v8threads.h
|
View
|
1
2
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/v8threads.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -22 lines |
0 comments
|
Download
|
|
M |
src/x64/frames-x64.cc
|
View
|
1
2
|
2 chunks |
+0 lines, -58 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|