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

Good catch. Yeah, as long as the functions address is never taken the compiler has a lot of leeway with static functions; it can even avoid emitting code for them entirely if it can prove they're never called or if it's able to compute their results at compile-time.


Yep. Or inline them at every call site if that makes sense to do based on the optimization level and flags.




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

Search: