DescriptionPPC: [es6] Faster implementation of OrdinaryHasInstance.
Port b6419fa2298de8e292c6bed0bd20de5c96f7da12
Original commit message:
Now implemented as a builtin that delegates to the InstanceOfStub. That
stub was parameterized to fallback to either Runtime_InstanceOf or to
Runtime_OrdinaryHasInstance depending on the --harmony-instanceof flag.
Once the feature stabilizes and the flag is no longer needed, we can get
rid of this parameterization again.
R=mstarzinger@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com
BUG=v8:4447
LOG=n
Committed: https://crrev.com/46471067ff0bb7b48845f2a0c871fb75a82fecfb
Cr-Commit-Position: refs/heads/master@{#34997}
Patch Set 1 #
Messages
Total messages: 11 (4 generated)
|