Now that we have a customized function call ABI (#46), we need to actually implement this into our compiler. This will involve changes to the function call translation, memory model, and potentially also the polyfills and other support machinery.
As part of this task we want a written specification of this calling convention.
Description
Now that we have a customized function call ABI (#46), we need to actually implement this into our compiler. This will involve changes to the function call translation, memory model, and potentially also the polyfills and other support machinery.
As part of this task we want a written specification of this calling convention.