Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(966)

Unified Diff: src/perf-jit.cc

Issue 960493003: Remove JITCodeEvent::CODE_REMOVED (Closed) Base URL: https://chromium.googlesource.com/v8/v8@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/perf-jit.h ('k') | src/serialize.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/perf-jit.cc
diff --git a/src/perf-jit.cc b/src/perf-jit.cc
index 819fe4eef42e04b56b9384759d35e7d700b856a0..07f3572038592c8588492fa08d6254296cb34b2f 100644
--- a/src/perf-jit.cc
+++ b/src/perf-jit.cc
@@ -114,11 +114,6 @@ void PerfJitLogger::CodeMoveEvent(Address from, Address to) {
}
-void PerfJitLogger::CodeDeleteEvent(Address from) {
- // V8 does not send notification on code unload
-}
-
-
void PerfJitLogger::SnapshotPositionEvent(Address addr, int pos) {}
« no previous file with comments | « src/perf-jit.h ('k') | src/serialize.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698