← Back
Nick Chapsas March 26, 2025 1m

Reference Types on the Stack!

Summary

The transcript discusses the technical challenge of stack allocation for reference types in programming, highlighting the current limitations and potential future improvements in .NET. The key focus is on how just-in-time (JIT) compilation might enable safer stack allocation by analyzing whether an object can be proven to not escape its original context. The practical takeaway is that while progress is being made in .NET 10, widespread stack allocation of reference types remains a complex problem that will take significant time to fully resolve.

View original episode ↗