5 ms·
>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) t
by darkf 13y 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?