hit counter

Timeline

My development logbook

Item 33: Use Inlining Judiciously

Hopefully we do not need to worry too much about this item anymore, because most problems covered by it are due to older compilers that are not compilant to the later c++ standard of ‘outlined inliner’ (i.e. what to do when a compiler chooses not to inline a function for whatever reason)