If I don't care about the size of my executable or compile time, is there
any reason why I wouldn't want to inline every function in my code to make
the program run more efficient?
any reason why I wouldn't want to inline every function in my code to make
the program run more efficient?
Comment