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

Unified Diff: src/code-factory.cc

Issue 2113673002: [stubs]: Convert FastNewContext stub to turbofan (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rename based on feedback Created 4 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
« no previous file with comments | « src/arm64/interface-descriptors-arm64.cc ('k') | src/code-stubs.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/code-factory.cc
diff --git a/src/code-factory.cc b/src/code-factory.cc
index c2639b94df5b10ad6dc105dc597eb5a8f6f03bff..21033c50d513489a098fc8edfd93d4b6a25b8d23 100644
--- a/src/code-factory.cc
+++ b/src/code-factory.cc
@@ -454,7 +454,7 @@ Callable CodeFactory::FastCloneShallowObject(Isolate* isolate, int length) {
// static
Callable CodeFactory::FastNewContext(Isolate* isolate, int slot_count) {
- FastNewContextStub stub(isolate, slot_count);
+ FastNewFunctionContextStub stub(isolate, slot_count);
return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor());
}
« no previous file with comments | « src/arm64/interface-descriptors-arm64.cc ('k') | src/code-stubs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698