Description[ignition] Slightly improve code for Call/Construct bytecodes.
The Construct bytecode is always passed a valid feedback slot (just like
the Call bytecode), so no need to check for invalid feedback slot anymore.
Also perform the call count increment initially for both bytecodes instead
of delaying it, which decreases live range for the feedback vector and slot
registers.
R=mythria@chromium.org, rmcilroy@chromium.org
BUG=v8:4280
Review-Url: https://codereview.chromium.org/2955063002
Cr-Commit-Position: refs/heads/master@{#46232}
Committed: https://chromium.googlesource.com/v8/v8/+/bd185e9998fb3db40fb3e90823669bb94682cd17
Patch Set 1 #
Messages
Total messages: 12 (7 generated)
|