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

Many function calls are a cache miss.

That doesn't matter much if each function call accesses thousands of memory locations, but if you have many small functions such as calls to (un)box objects or property accessors, or small closures you pass to a function, getting rid of the function calls by inlining code makes a huge difference.



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

Search: