Skip to content

0.631

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jun 23:47
caee04d

What's new

  • Added lint warning for using redundant @native attributes on functions inside a --!native module
  • Improved typechecking speed in old solver for modules with large types

New Solver

  • Fixed the length type function sealing the table prematurely
  • Fixed crashes caused by general table indexing expressions

VM

  • Added support for a specialized 3-argument fast-call instruction to improve performance of vector constructor, buffer writes and a few bit32 methods

Full Changelog: 0.630...0.631