Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x64 new backend: port ABI implementation to shared infrastructure wit…
…h AArch64. Previously, in bytecodealliance#2128, we factored out a common "vanilla 64-bit ABI" implementation from the AArch64 ABI code, with the idea that this should be largely compatible with x64. This PR alters the new x64 backend to make use of the shared infrastructure, removing the duplication that existed previously. The generated code is nearly (not exactly) the same; the only difference relates to how the clobber-save region is padded in the prologue.
- Loading branch information