Hacker News new | ask | show | jobs
by flohofwoe 1087 days ago
Calling conventions aren't (mainly) a C feature either though, but are defined by the ABI specified for a specific OS/CPU combination (and all languages which want to talk to system APIs need to implement that ABI, not just C).