Y
Hacker News
new
|
ask
|
show
|
jobs
by
taliesinb
4563 days ago
Wouldn't memory layout on the stack be the same for a tuple vs a sequence of arguments?
1 comments
pcwalton
4563 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 :(
link