Commit c7012285 authored by jacob.bramley's avatar jacob.bramley Committed by Commit bot

Use a register for the tail call address where appropriate.

BUG=

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

Cr-Commit-Position: refs/heads/master@{#31883}
parent e63248f6
......@@ -1206,7 +1206,7 @@ void InstructionSelector::VisitTailCall(Node* node) {
CallBuffer buffer(zone(), descriptor, nullptr);
// Compute InstructionOperands for inputs and outputs.
InitializeCallBuffer(node, &buffer, true, true);
InitializeCallBuffer(node, &buffer, true, IsTailCallAddressImmediate());
// Select the appropriate opcode based on the call type.
InstructionCode opcode;
......
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