• ahaas's avatar
    [builtins] Introduce a builtin for Abort(). · 9be015a2
    ahaas authored
    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()?
    
    R=bmeurer@chromium.org, titzer@chromium.org, mstarzinger@chromium.org, v8-mips-ports@googlegroups.com, v8-arm-ports@googlegroups.com
    
    Review-Url: https://codereview.chromium.org/2156923002
    Cr-Commit-Position: refs/heads/master@{#37854}
    9be015a2
Name
Last commit
Last update
..
arm Loading commit data...
arm64 Loading commit data...
ia32 Loading commit data...
mips Loading commit data...
mips64 Loading commit data...
ppc Loading commit data...
s390 Loading commit data...
x64 Loading commit data...
x87 Loading commit data...
builtins-array.cc Loading commit data...
builtins-utils.h Loading commit data...
builtins.cc Loading commit data...
builtins.h Loading commit data...