Hacker News new | ask | show | jobs
by bluGill 179 days ago
Unless log() is a macro of some sort that expands to if(logEnabled){internalLog(string)} - which a good optimizer will see through and not expand the string when logging is disabled.