Description[turbofan] Remove the TryLowerDirectJSCall hack from generic lowering.
The TryLowerDirectJSCall method tried to lower to a direct JavaScript
function call depending on the type of the receiver, but only if the
target is a cosntant JSFunction. Since this depends on types and is not
required for correctness, it shouldn't be part of generic lowering
anyway. So this functionality was moved to typed lowering instead, and
we use proper types for the target instead.
R=mstarzinger@chromium.org
Committed: https://crrev.com/6e5b9ffe4c4691570835607a99bc979f0e7cf3fc
Cr-Commit-Position: refs/heads/master@{#29028}
Patch Set 1 #
Messages
Total messages: 7 (1 generated)
|