Description[turbofan] Add support to lower Function.prototype.call.
Support lowering of Function.prototype.call in the JSBuiltinReducer,
which is actually straightforward because of the way we represent JS
calls in TurboFan. Currently we cannot inline the actual target yet,
since inlining still runs before typed lowering, but that will be
possible as well soon(ish).
R=jarin@chromium.org
Committed: https://crrev.com/f5e6dcb62b8ca0478f2c718794023afef055eb99
Cr-Commit-Position: refs/heads/master@{#31938}
Patch Set 1 #
Messages
Total messages: 7 (1 generated)
|