1
0
mirror of https://github.com/janet-lang/janet synced 2025-04-03 13:56:55 +00:00
Calvin Rose 5b3c5a5969 Lots of work on calling conventions and x86 backend.
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.
2024-06-10 08:47:27 -05:00
..