|
[Interpreter] Log source positions for bytecode arrays.
Add support to log source position offsets to the profiler. As part of
this change PositionsRecorder is split into two, with the subset needed
by log.cc moved into log.h and the remainder kept in assembler.h as
AssemblerPositionsRecorder. The interpreter's source position table
builder is updated to log positions when the profiler is active.
BUG= v8:4766
LOG=N
Committed: https://crrev.com/d58201589bbfa5b320be842e4cb9f14d0e874eb2
Cr-Commit-Position: refs/heads/master@{#34416}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+115 lines, -71 lines) |
Patch |
|
M |
src/arm/assembler-arm.h
|
View
|
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/arm64/assembler-arm64.h
|
View
|
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/assembler.h
|
View
|
|
3 chunks |
+5 lines, -20 lines |
0 comments
|
Download
|
|
M |
src/assembler.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+3 lines, -6 lines |
0 comments
|
Download
|
|
M |
src/ia32/assembler-ia32.h
|
View
|
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/interpreter/bytecode-array-builder.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+11 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/interpreter/source-position-table.h
|
View
|
1
2
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
src/interpreter/source-position-table.cc
|
View
|
1
2
3
|
1 chunk |
+10 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/log.h
|
View
|
1
|
1 chunk |
+20 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/mips/assembler-mips.h
|
View
|
1
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/mips64/assembler-mips64.h
|
View
|
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/ppc/assembler-ppc.h
|
View
|
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/profiler/cpu-profiler.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+9 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/x64/assembler-x64.h
|
View
|
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/x87/assembler-x87.h
|
View
|
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
|
M |
test/cctest/cctest.status
|
View
|
1
2
3
4
5
6
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
|
M |
test/cctest/test-cpu-profiler.cc
|
View
|
1
2
3
4
5
|
5 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
Dependent Patchsets:
Total messages: 33 (16 generated)
|