Description[turbofan, arm64] Fix native stack parameters on arm64.
I added a flag to the CallDescriptor which indicates that the native
stack should be used for a CallObject instead of the js stack on arm64.
Additionally I removed the use of EmitPrepareArguments because the
current implementation does not work when float and int parameters are
mixed. I plan to fix it in a future CL, because currently I have a
problem figuring out the type of a parameter.
R=titzer@chromium.org, v8-arm-ports@googlegroups.com
Committed: https://crrev.com/282e9411f2aa71760a5983fac420fb2ec7836fca
Cr-Commit-Position: refs/heads/master@{#32577}
Patch Set 1 #
Total comments: 11
Patch Set 2 : Minor changes according to comments. #
Messages
Total messages: 11 (3 generated)
|