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

Unified Diff: src/compiler/frame-elider.h

Issue 1775323002: [turbofan] Frame elision for code stubs (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 9 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/frame-elider.h
diff --git a/src/compiler/frame-elider.h b/src/compiler/frame-elider.h
index 7d31619220d78c8b855a7a0813e992ddfe9e2e3b..adcdb66519435d9f2623adc3ac75dc4354f0b965 100644
--- a/src/compiler/frame-elider.h
+++ b/src/compiler/frame-elider.h
@@ -17,8 +17,7 @@ namespace compiler {
class FrameElider {
public:
explicit FrameElider(InstructionSequence* code);
- void Run();
-
+ void Run(const CallDescriptor* descriptor);
private:
void MarkBlocks();
« src/compiler/frame.h ('K') | « src/compiler/frame.cc ('k') | src/compiler/frame-elider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698