• zhengxing.li's avatar
    X87: [builtins] Introduce a builtin for Abort(). · f910bfeb
    zhengxing.li authored
      port 9be015a2 (r37854)
    
      original commit message:
      Calling Runtime::kAbort through a builtin instead of the c-entry stub
      will allow to generate the call in a background thread, because a
      builtin provides its own handle, whereas a code stub does not.
    
      @v8-mips-ports: Could you take a special look at the padding that is
      done in MacroAssembler::Abort()?
    
    BUG=
    
    Review-Url: https://codereview.chromium.org/2166703002
    Cr-Commit-Position: refs/heads/master@{#37880}
    f910bfeb
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...
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...