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

Unified Diff: src/interpreter/interpreter.h

Issue 1772403002: [Interpreter] Log code-creation events for bytecode handlers. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 9 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/compiler.cc ('k') | src/interpreter/interpreter.cc » ('j') | src/log.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/interpreter/interpreter.h
diff --git a/src/interpreter/interpreter.h b/src/interpreter/interpreter.h
index 42b9bd7f9e8f9b8d5168003633347a0cf7d5af7e..611e320a633b462223e43c343231825315e28865 100644
--- a/src/interpreter/interpreter.h
+++ b/src/interpreter/interpreter.h
@@ -20,6 +20,7 @@ namespace internal {
class Isolate;
class Callable;
class CompilationInfo;
+class Logger;
rmcilroy 2016/03/08 16:21:57 unnecessary
Stefano Sanfilippo 2016/03/08 17:22:29 Done.
namespace interpreter {
« no previous file with comments | « src/compiler.cc ('k') | src/interpreter/interpreter.cc » ('j') | src/log.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698