lambda-mountain
lambda-mountain copied to clipboard
Compact Stack Allocations
Currently some of the more complex patterned functions yield bodies with thousands of bytes of local variables. This is suboptimal.
Mutually exclusive code paths shouldn't need to share copies of each others variables.