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

Compact Stack Allocations

Open andrew-johnson-4 opened this issue 1 year ago • 0 comments

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.

andrew-johnson-4 avatar Oct 10 '24 21:10 andrew-johnson-4