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-stubs.cc

Issue 1226503005: [turbofan] Use context specialization in code stubs (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@1213203007
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/code-stubs.cc
diff --git a/src/code-stubs.cc b/src/code-stubs.cc
index efff187251f51be765edecdf5868f053e16ac8dd..5b936562798fd26d184803dd26e1caa0507196bc 100644
--- a/src/code-stubs.cc
+++ b/src/code-stubs.cc
@@ -500,6 +500,7 @@ Handle<Code> TurboFanCodeStub::GenerateCode() {
ParseInfo parse_info(&zone, inner);
CompilationInfo info(&parse_info);
info.SetFunctionType(GetCallInterfaceDescriptor().GetFunctionType());
+ info.MarkAsContextSpecializing();
info.SetStub(this);
return info.GenerateCodeStub();
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698