Stackmaps [6/6] JavaScript calling convention.
Rafael EspĂndola
rafael.espindola at gmail.com
Fri Oct 18 12:00:55 PDT 2013
On 18 October 2013 01:45, Andrew Trick <atrick at apple.com> wrote:
> This one of a series of patches to support webkit intrinsics. See the llvm-dev thread "Stackmap and Patchpoint Intrinsic Proposal".
>
> This patch introduces a very simple calling convention for JavaScript that pushes arguments on the stack and returns a value in RAX.
>
Why can't the JS engine use the regular C calling convention?
Cheers,
Rafael
More information about the llvm-commits
mailing list