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

Unified Diff: src/code-stubs.cc

Issue 1244583003: [turbofan]: Add a context relaxer reducer (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Latest 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
Index: src/code-stubs.cc
diff --git a/src/code-stubs.cc b/src/code-stubs.cc
index 08fa35a6c273fd24214f9109ce56e0c8bd4671dd..1ddf82258912ac5bc721a682fe25ce017f56295c 100644
--- a/src/code-stubs.cc
+++ b/src/code-stubs.cc
@@ -506,6 +506,7 @@ Handle<Code> TurboFanCodeStub::GenerateCode() {
CompilationInfo info(&parse_info);
info.SetFunctionType(GetCallInterfaceDescriptor().GetFunctionType());
info.MarkAsContextSpecializing();
+ info.MarkAsDeoptimizationEnabled();
info.SetStub(this);
return info.GenerateCodeStub();
}

Powered by Google App Engine
This is Rietveld 408576698