mirror of
https://github.com/janet-lang/janet
synced 2025-11-06 10:33:03 +00:00
We need the ability to represent multiple calling conventions in IR. All backends need to support a :default CC, but can also support more for interop with system libraries, code from other compilers, syscalls, etc. Also allow void returns.