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

Unified Diff: src/isolate.cc

Issue 1405363003: Move Hydrogen and Lithium to src/crankshaft/ (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 2 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
Index: src/isolate.cc
diff --git a/src/isolate.cc b/src/isolate.cc
index efa2822b4ccbab190593b76f85c577edb78df6e2..95a53cb0b705aa98d71ea2b5b6383d1b09736777 100644
--- a/src/isolate.cc
+++ b/src/isolate.cc
@@ -18,14 +18,13 @@
#include "src/codegen.h"
#include "src/compilation-cache.h"
#include "src/compilation-statistics.h"
+#include "src/crankshaft/hydrogen.h" // For HStatistics and HTracer.
Michael Starzinger 2015/10/19 17:50:07 nit: I am not a huge fan of the comments after inc
Jakob Kummerow 2015/10/20 12:10:48 Done. (I agree in general; the motivation for addi
#include "src/debug/debug.h"
#include "src/deoptimizer.h"
#include "src/frames-inl.h"
-#include "src/hydrogen.h"
#include "src/ic/stub-cache.h"
#include "src/interpreter/interpreter.h"
#include "src/isolate-inl.h"
-#include "src/lithium-allocator.h"
#include "src/log.h"
#include "src/messages.h"
#include "src/profiler/cpu-profiler.h"
« src/crankshaft/OWNERS ('K') | « src/ia32/lithium-ia32.cc ('k') | src/lithium.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698