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

Unified Diff: src/compiler/instruction.h

Issue 2451853002: Uniform and precise source positions for inlining (Closed)
Patch Set: fixed gcmole issue Created 4 years, 1 month 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/compiler/instruction.h
diff --git a/src/compiler/instruction.h b/src/compiler/instruction.h
index 4c0df5d772ff9524d77fdca8faaea02922abdd56..327c8c119213dae84d0de56a9ccfd981e959fee5 100644
--- a/src/compiler/instruction.h
+++ b/src/compiler/instruction.h
@@ -15,7 +15,6 @@
#include "src/compiler/frame.h"
#include "src/compiler/instruction-codes.h"
#include "src/compiler/opcodes.h"
-#include "src/compiler/source-position.h"
#include "src/globals.h"
#include "src/macro-assembler.h"
#include "src/register-configuration.h"
@@ -23,10 +22,13 @@
namespace v8 {
namespace internal {
+
+class SourcePosition;
+
namespace compiler {
-// Forward declarations.
class Schedule;
+class SourcePositionTable;
class V8_EXPORT_PRIVATE InstructionOperand {
public:

Powered by Google App Engine
This is Rietveld 408576698