Implement escape analysis and use the results to turn heap allocations into stack allocations #358
Labels
enhancement
New feature or request
performance
Issues related to performance of generated code
research project
The benefit is that stack allocations are very cheap, and reclaimed for free when the procedure exits. The cost is greater stack usage.
The text was updated successfully, but these errors were encountered: