DescriptionX87: Switch CallConstructStub to take new.target in register.
original commit message:
This changes the calling convention of the CallConstructStub to take
the original constructor (i.e. new.target in JS-speak) in a register
instead of magically via the operand stack. For optimizing compilers
the operand stack doesn't exist, hence cannot be peeked into.
BUG=
Committed: https://crrev.com/c6d42c7d6c60f0651ee993f2de5b59f37225732a
Cr-Commit-Position: refs/heads/master@{#29695}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|