Description[turbofan] Disable inlining of Cpp builtins in need of argument adaption
Disable inlining of Cpp to a direct CEntryStub call when a call would
require argument adaption, i.e. when argument adaption is enabled for
the given function and the actual argument count differs from the formal
parameter count.
This is intended to be a temporary fix until we either disable argument
adaption for all Cpp builtins or add adaption logic to inlined Cpp
builtins.
BUG=chromium:639752
Committed: https://crrev.com/be23ef541b7f48e81f7106e8522a510fb0f441b6
Cr-Commit-Position: refs/heads/master@{#38788}
Patch Set 1 #
Messages
Total messages: 14 (9 generated)
|