lambda-calculus
lambda-calculus copied to clipboard
Inlining
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.