Chromium Code Reviews

Unified Diff: src/deoptimizer.cc

Issue 2061623002: Introduce JIT code events dispatcher for the isolate. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/deoptimizer.cc
diff --git a/src/deoptimizer.cc b/src/deoptimizer.cc
index 9363551a425133c9805b82ca6c60a9b5dff0adcb..b11cad4d18bfdc59d4f3e116ce219a3cf303c014 100644
--- a/src/deoptimizer.cc
+++ b/src/deoptimizer.cc
@@ -13,7 +13,6 @@
#include "src/global-handles.h"
#include "src/interpreter/interpreter.h"
#include "src/macro-assembler.h"
-#include "src/profiler/cpu-profiler.h"
#include "src/tracing/trace-event.h"
#include "src/v8.h"
« no previous file with comments | « src/compiler/wasm-compiler.cc ('k') | src/heap/heap.cc » ('j') | src/isolate.cc » ('J')

Powered by Google App Engine