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

Unified Diff: src/compiler/graph-assembler.h

Issue 2692753004: [turbofan] escape analysis supports arguments object and rest elements (Closed)
Patch Set: handle the case where Deoptimizer::function_ is a Smi Created 3 years, 10 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/compiler/escape-analysis-reducer.cc ('k') | src/compiler/graph-assembler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/graph-assembler.h
diff --git a/src/compiler/graph-assembler.h b/src/compiler/graph-assembler.h
index 057e78184e77fd45670721596d2004933e54c550..8b4f0c37a7404f6b411f6d2ca237a4be02b87c91 100644
--- a/src/compiler/graph-assembler.h
+++ b/src/compiler/graph-assembler.h
@@ -41,6 +41,7 @@ namespace compiler {
V(Word32Shl) \
V(IntAdd) \
V(IntSub) \
+ V(IntLessThan) \
V(UintLessThan) \
V(Int32Add) \
V(Int32Sub) \
@@ -244,6 +245,8 @@ class GraphAssembler {
Node* CEntryStubConstant(int result_size);
Node* ExternalConstant(ExternalReference ref);
+ Node* LoadFramePointer();
+
#define SINGLETON_CONST_DECL(Name) Node* Name();
JSGRAPH_SINGLETON_CONSTANT_LIST(SINGLETON_CONST_DECL)
#undef SINGLETON_CONST_DECL
« no previous file with comments | « src/compiler/escape-analysis-reducer.cc ('k') | src/compiler/graph-assembler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698