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

Unified Diff: src/compiler/pipeline.h

Issue 1645653002: [turbofan] Add the StackSlot operator to turbofan. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Forgot to initialize frame in testing code. Created 4 years, 11 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/pipeline.h
diff --git a/src/compiler/pipeline.h b/src/compiler/pipeline.h
index 950259e9c0aa43fc137b0ed7ad0bd128ff8eeb1d..90c3574bc867bf344f0ffc7c868f6e9ad18aa23c 100644
--- a/src/compiler/pipeline.h
+++ b/src/compiler/pipeline.h
@@ -74,6 +74,8 @@ class Pipeline {
Handle<Code> ScheduleAndGenerateCode(CallDescriptor* call_descriptor);
void AllocateRegisters(const RegisterConfiguration* config,
CallDescriptor* descriptor, bool run_verifier);
+
+ void InitializeFrame(CallDescriptor* descriptor);
};
} // namespace compiler

Powered by Google App Engine
This is Rietveld 408576698