• jgruber's avatar
    [turbofan] Disable inlining of Cpp builtins in need of argument adaption · be23ef54
    jgruber authored
    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
    
    Review-Url: https://codereview.chromium.org/2266893002
    Cr-Commit-Position: refs/heads/master@{#38788}
    be23ef54
js-typed-lowering.cc 89.1 KB