Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Inlining makes for better register allocation :-)


Because you don't need registers for the function call ceremony?


Yes, and because you don't have to spill the arguments to the stack. Also, you optimize across the function call boundary.


Because you can allocate registers in a way that is particular to a specific call's context, rather than in the generic context of a called function.




Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: