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

Unified Diff: src/compiler/instruction-selector.h

Issue 1259203002: [turbofan] Implement tail calls with differing stack parameter counts (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix bugs in frameless tail calls Created 5 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/compiler/instruction-selector.h
diff --git a/src/compiler/instruction-selector.h b/src/compiler/instruction-selector.h
index 9a0744720a099295361e8ab603bb7f6277d0bfcc..191a5af071f82232d06966adceaab4dde7faaa85 100644
--- a/src/compiler/instruction-selector.h
+++ b/src/compiler/instruction-selector.h
@@ -210,6 +210,9 @@ class InstructionSelector final {
void VisitReturn(Node* value);
void VisitThrow(Node* value);
+ bool EmitTailCallSetup(Node* call, CallBuffer* buffer,
+ InstructionCode* opcode);
+
// ===========================================================================
Schedule* schedule() const { return schedule_; }

Powered by Google App Engine
This is Rietveld 408576698