Description
Add Swift calling convention support to callstubgenerator.cpp. This includes implementing Swift-specific argument passing, lowering of arguments and return types. The goal is to emit correct call stubs so that CoreCLR interpreter can interoperate directly with Swift.
Tasks