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

Unified Diff: src/compiler/common-operator-reducer.h

Issue 1072353002: [turbofan] Optimize silent hole checks on legacy const context slots. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 8 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/compiler/common-operator-reducer.h
diff --git a/src/compiler/common-operator-reducer.h b/src/compiler/common-operator-reducer.h
index 2a814a0bc767eea4290dd27a5f0c9cccf62d13dc..06ead4476bbc4c05f21e67dd40e1a97a21a29be9 100644
--- a/src/compiler/common-operator-reducer.h
+++ b/src/compiler/common-operator-reducer.h
@@ -9,6 +9,11 @@
namespace v8 {
namespace internal {
+
+// Forward declarations.
+class Factory;
+
+
namespace compiler {
// Forward declarations.
@@ -37,6 +42,7 @@ class CommonOperatorReducer FINAL : public Reducer {
CommonOperatorBuilder* common() const;
Graph* graph() const;
+ Factory* factory() const;
JSGraph* jsgraph() const { return jsgraph_; }
MachineOperatorBuilder* machine() const;

Powered by Google App Engine
This is Rietveld 408576698