0.723
Immutable
release. Only release title and notes can be modified.
Another week, another release!
What's new?
- Implement export semantics as described in luau-lang/rfcs#179.
Analysis
- Use sentinel
Positions in the CST rather thanstd::optionalto reduce memory pressure.
Runtime
- Compiler: Improve dump output for Luau table constants (e.g. when using
luau-compile). - NCG: Record block exit info for all blocks.
- NCG: Reduce spill pressure by using dead VM register store locations.
Full Changelog: 0.722...0.723
Co-authored-by: Andy Friesen afriesen@roblox.com
Co-authored-by: Ariel Weiss arielweiss@roblox.com
Co-authored-by: Hunter Goldstein hgoldstein@roblox.com
Co-authored-by: James McNellis jmcnellis@roblox.com
Co-authored-by: Sora Kanosue skanosue@roblox.com
Co-authored-by: Thomas Schollenberger tschollenberger@roblox.com
Co-authored-by: Vyacheslav Egorov vegorov@roblox.com