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

Unified Diff: src/isolate.h

Issue 2161033003: Create compiler-scheduler subdir and move existing scheduler there (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 5 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-dispatcher/optimizing-compile-dispatcher.cc ('k') | src/optimizing-compile-dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/isolate.h
diff --git a/src/isolate.h b/src/isolate.h
index ffe01db18c23ef1c3e832970a3758bbe6c2b6dd7..10e56b3bf405280162ccd40a1ba4a1e83f59909d 100644
--- a/src/isolate.h
+++ b/src/isolate.h
@@ -17,6 +17,7 @@
#include "src/base/hashmap.h"
#include "src/builtins/builtins.h"
#include "src/cancelable-task.h"
+#include "src/compiler-dispatcher/optimizing-compile-dispatcher.h"
#include "src/contexts.h"
#include "src/date.h"
#include "src/execution.h"
@@ -26,7 +27,6 @@
#include "src/handles.h"
#include "src/heap/heap.h"
#include "src/messages.h"
-#include "src/optimizing-compile-dispatcher.h"
#include "src/regexp/regexp-stack.h"
#include "src/runtime-profiler.h"
#include "src/runtime/runtime.h"
« no previous file with comments | « src/compiler-dispatcher/optimizing-compile-dispatcher.cc ('k') | src/optimizing-compile-dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698