Hacker News new | ask | show | jobs
by pcwalton 4565 days ago
Unfortunately calling conventions are hideously complex; some arguments go in registers, some go on the stack, some change depending on whether they're structs or floats or not…it's a giant mess :(