Hacker News new | ask | show | jobs
by darkf 4568 days ago
>BSD syscalls do the saner thing and just put everything on the stack.

Is that not slower (requiring a memory store and a SUB, then a load and an ADD to pop) than just MOVing a register?