| 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();
|
| }
|
|
|