• zhengxing.li's avatar
    X87: [builtins] Introduce a proper BUILTIN frame type. · 1e18c55e
    zhengxing.li authored
      port f47b9e98 (r37051)
    
      original commit message:
      This adds a new BUILTIN frame type, which supports variable number of
      arguments for builtins implemented in hand-written native code (we will
      extend this mechanism to TurboFan builtins at some point). Convert the
      Math.max and Math.min builtins to construct a BUILTIN frame if required.
    
      This does not yet work for C++ builtins, but that'll be the next step.
    
    BUG=
    
    Review-Url: https://codereview.chromium.org/2096283003
    Cr-Commit-Position: refs/heads/master@{#37270}
    1e18c55e
Name
Last commit
Last update
..
OWNERS Loading commit data...
assembler-x87-inl.h Loading commit data...
assembler-x87.cc Loading commit data...
assembler-x87.h Loading commit data...
builtins-x87.cc Loading commit data...
code-stubs-x87.cc Loading commit data...
code-stubs-x87.h Loading commit data...
codegen-x87.cc Loading commit data...
codegen-x87.h Loading commit data...
cpu-x87.cc Loading commit data...
deoptimizer-x87.cc Loading commit data...
disasm-x87.cc Loading commit data...
frames-x87.cc Loading commit data...
frames-x87.h Loading commit data...
interface-descriptors-x87.cc Loading commit data...
macro-assembler-x87.cc Loading commit data...
macro-assembler-x87.h Loading commit data...
simulator-x87.cc Loading commit data...
simulator-x87.h Loading commit data...