Sorry if this is hijacking the thread slightly.
Jeff mentions this:
Quote:
|
Instead, take the same basic logic and make it a C function and make sure you compile with debug symbols off. Better yet, make it a static inline function and call it from several places.
|
Can someone please provide a basic guide (few steps) on how to do this?
I noticed Oliver also talks about inline functions.