Immutable
release. Only release title and notes can be modified.
It is new Friday and new Luau release!
This release is mostly focused on improving integer support in Luau VM:
- NCG integer lowerings for x64 and Arm64 were added by @tommyscholly (HUGE!)
- FASTCALL2K support for integers and other integer fastcall fixes
- Test coverage for integers was improved
Also:
- BytecodeGraph representation is introduced for coming Bytecode -> Bytecode inliner and optimizer
- Improved type alias resolution
- Fix for constraints resolution of MetatableTypes in LValue position
Co-authored-by: Andy Friesen afriesen@roblox.com
Co-authored-by: Ilya Rezvov irezvov@roblox.com
Co-authored-by: Thomas Schollenberger tschollenberger@roblox.com
Co-authored-by: Vyacheslav Egorov vegorov@roblox.com