DescriptionPPC/s390: [wasm] Use builtins wrappers for traps
Port 73d45c9630f4e7561d5c6155cae97bb43dffaa54
Original Commit Message:
With this CL the out-of-line code of TrapIf will call a builtin instead
of doing a direct runtime call, which is cheaper. In the best case, the
out-of-line code now consists of a single call instruction. The builtin
will load the trapID and then call the runtime to throw a trap.
R=ahaas@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com
BUG=
LOG=N
Review-Url: https://codereview.chromium.org/2713433003
Cr-Commit-Position: refs/heads/master@{#43382}
Committed: https://chromium.googlesource.com/v8/v8/+/f8158cdbdb58dfbf095581af386ceac7f7314af7
Patch Set 1 #
Messages
Total messages: 7 (3 generated)
|