DescriptionPPC: Switch CallConstructStub to take new.target in register.
Port 1d9d895754e1d1cf824c11a9cce5e495fa47d5e2
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.
R=mstarzinger@chromium.org, dstence@us.ibm.com, michael_dawson@ca.ibm.com
BUG=
Committed: https://crrev.com/a02f7e6f496976f960d37125ffeab3dc2983ce9a
Cr-Commit-Position: refs/heads/master@{#29702}
Patch Set 1 #
Messages
Total messages: 7 (1 generated)
|