mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
![]() That being said the support is very limited. It really only supports single field structs and the special case of 2 ints. I realized that general support for returning structs requires a calling conv extension for returning them. Instead of adding all of the calling conv versions, I just added a few basic cases that are shared accross calling conv. It turns out that the calling conv extension is quite detailed for how it works in Arm. X86 isn't too detailed overall. |
||
---|---|---|
.. | ||
eval.rs | ||
mod.rs |