|
Introduce JIT code events dispatcher for the isolate.
The patch introduces a dedicated dispatching class for JIT code events. It is
set as a helper on the isolate.
This allows classes across v8 to break their dependency on Logger and CpuProfiler.
These two became just regular clients of the dispatcher.
BUG= v8:4789
Committed: https://crrev.com/9df23510eaa12eb5c298cf68a92e90c6e992855c
Cr-Commit-Position: refs/heads/master@{#37005}
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+436 lines, -403 lines) |
Patch |
|
M |
BUILD.gn
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/builtins.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
|
A |
src/code-events.h
|
View
|
1
2
|
1 chunk |
+183 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/code-stubs.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/codegen.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
src/compiler.cc
|
View
|
1
2
|
10 chunks |
+13 lines, -12 lines |
0 comments
|
Download
|
|
M |
src/compiler/wasm-compiler.cc
|
View
|
1
2
|
5 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
src/deoptimizer.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
src/heap/heap.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
src/heap/mark-compact.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
src/ic/handler-compiler.cc
|
View
|
1
2
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
src/interpreter/interpreter.cc
|
View
|
1
2
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/isolate.h
|
View
|
|
5 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
|
M |
src/isolate.cc
|
View
|
1
2
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/log.h
|
View
|
1
2
|
9 chunks |
+36 lines, -125 lines |
0 comments
|
Download
|
|
M |
src/log.cc
|
View
|
1
2
|
29 chunks |
+71 lines, -125 lines |
0 comments
|
Download
|
|
M |
src/log-inl.h
|
View
|
1
|
2 chunks |
+14 lines, -14 lines |
0 comments
|
Download
|
|
M |
src/objects.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
src/profiler/cpu-profiler.h
|
View
|
|
3 chunks |
+7 lines, -15 lines |
0 comments
|
Download
|
|
M |
src/profiler/cpu-profiler.cc
|
View
|
|
10 chunks |
+14 lines, -17 lines |
0 comments
|
Download
|
|
M |
src/profiler/profile-generator.h
|
View
|
|
3 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/profiler/profile-generator.cc
|
View
|
|
4 chunks |
+13 lines, -21 lines |
0 comments
|
Download
|
|
M |
src/profiler/profile-generator-inl.h
|
View
|
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
src/regexp/arm/regexp-macro-assembler-arm.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
src/regexp/arm64/regexp-macro-assembler-arm64.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
src/regexp/ia32/regexp-macro-assembler-ia32.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
src/regexp/ppc/regexp-macro-assembler-ppc.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
src/regexp/s390/regexp-macro-assembler-s390.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
src/regexp/x64/regexp-macro-assembler-x64.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
src/regexp/x87/regexp-macro-assembler-x87.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
src/snapshot/code-serializer.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/v8.gyp
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-cpu-profiler.cc
|
View
|
|
4 chunks |
+17 lines, -12 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-profile-generator.cc
|
View
|
|
12 chunks |
+33 lines, -26 lines |
0 comments
|
Download
|
Total messages: 26 (11 generated)
|