lambda-calculus icon indicating copy to clipboard operation
lambda-calculus copied to clipboard

Inlining

Open JohanWiltink opened this issue 3 years ago • 0 comments

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.

JohanWiltink avatar Feb 08 '22 02:02 JohanWiltink