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

Unified Diff: src/code-stubs.cc

Issue 483683005: Move IC code into a subdir and move ic-compilation related code from stub-cache into ic-compiler (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix BUILD.gn Created 6 years, 4 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/code-stubs.h ('k') | src/codegen.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/code-stubs.cc
diff --git a/src/code-stubs.cc b/src/code-stubs.cc
index 0e68ab8a51f77b0fc34c97470d8a8d35e134771e..b190321cd180fb972dc04e60d57623592ffa8a7d 100644
--- a/src/code-stubs.cc
+++ b/src/code-stubs.cc
@@ -9,8 +9,8 @@
#include "src/cpu-profiler.h"
#include "src/factory.h"
#include "src/gdb-jit.h"
+#include "src/ic/ic-compiler.h"
#include "src/macro-assembler.h"
-#include "src/stub-cache.h"
namespace v8 {
namespace internal {
« no previous file with comments | « src/code-stubs.h ('k') | src/codegen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698