Skip to content

0.566

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Mar 20:38
140e5a1

Analysis Changes

Runtime Changes

  • With -O2 optimization level, we now optimize builtin calls based on known argument/return count.
    Note that this change can be observable if getfenv/setfenv is used to substitute a builtin, especially if arity is different.
    Fastcall heavy tests show a 1-2% improvement.

Other changes

  • Fixed incorrect lexeme generated for string parts in the middle of an interpolated string (Fixes #744)
  • Luau can now be built with clang-cl (Fixes #736)
  • Fixed performance of autocomplete requests when suggestions have large intersection types (Solves https://github.com/Roblox/luau/discussions/847)

For extra notes about internal development, you can read #853