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

Unified Diff: src/compiler/code-generator.h

Issue 2446543002: [turbofan] Support variable size argument popping in TF-generated functions (Closed)
Patch Set: Fix bugs Created 4 years, 2 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/code-generator.h
diff --git a/src/compiler/code-generator.h b/src/compiler/code-generator.h
index 3032163d341c815fc269b50f0af2933db83d3f1d..7aed85a37f439113db8082c09112d30d4a97735c 100644
--- a/src/compiler/code-generator.h
+++ b/src/compiler/code-generator.h
@@ -129,7 +129,7 @@ class CodeGenerator final : public GapResolver::Assembler {
// Generates an architecture-specific, descriptor-specific return sequence
// to tear down a stack frame.
- void AssembleReturn();
+ void AssembleReturn(InstructionOperand* pop);
void AssembleDeconstructFrame();

Powered by Google App Engine
This is Rietveld 408576698