Hacker News new | ask | show | jobs
by dnautics 3947 days ago
Does anyone know why syscall variables are loaded into registers in linux instead of left on the stack (as in freebsd, iirc)?

My guess would be performance... If that's the case has anyone benchmarked that?