Description[builtins] Introduce a builtin for Abort().
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
Committed: https://crrev.com/9be015a254cfff871c56cd129523a729637e9158
Cr-Commit-Position: refs/heads/master@{#37854}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Moved comment one line down. #
Total comments: 10
Patch Set 3 : Add changes to macro-assembler-mips.cc, and add newlines #Patch Set 4 : rebase #Patch Set 5 : Rebase #
Messages
Total messages: 36 (23 generated)
|