Commit 080d8f65 authored by danno's avatar danno Committed by Commit bot

[turbofan] Use context specialization in code stubs

Review URL: https://codereview.chromium.org/1226503005

Cr-Commit-Position: refs/heads/master@{#29601}
parent c59fdf92
......@@ -505,6 +505,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();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment