Skip to content

0.718

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Apr 20:25
Immutable release. Only release title and notes can be modified.
231a59c

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