You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.