andrew-johnson-4 / lambda-mountain

Compact Portable Assembler (5K SLOC)
MIT License
12 stars 0 forks source link

Escape Analysis for data that can be stored on stack #103

Open andrew-johnson-4 opened 4 months ago

andrew-johnson-4 commented 4 months ago

Don't use heap unless it is necessary.

andrew-johnson-4 commented 4 months ago

https://arxiv.org/pdf/2310.18166.pdf

andrew-johnson-4 commented 2 weeks ago

linear types