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

Unified Diff: src/hydrogen.cc

Issue 10824032: Enables V8 integration with the Intel VTune performance analysis tool. This allows the VTune profi… (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 8 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
Index: src/hydrogen.cc
===================================================================
--- src/hydrogen.cc (revision 12182)
+++ src/hydrogen.cc (working copy)
@@ -36,6 +36,7 @@
#include "scopeinfo.h"
#include "scopes.h"
#include "stub-cache.h"
+#include "third_party/vtune/vtune-jit.h"
#if V8_TARGET_ARCH_IA32
#include "ia32/lithium-codegen-ia32.h"

Powered by Google App Engine
This is Rietveld 408576698