Inlining
JohanWiltink opened this issue · 0 comments
JohanWiltink commented
Certain functions can easily be inlined. Mark these with a pragma #inline and do magic, and you have traded increased compile time for ( probably more ) decreased runtime.
Doing this automatically is possible, but a bit harder.