Skip to content

0.532

Compare
Choose a tag to compare
@zeux zeux released this 17 Jun 01:16
· 644 commits to master since this release
f1b46f4

Analysis changes

  • Fix C++20 builds that were broken due to the use of require identifier (fixes #538)

Runtime changes

  • Fix closing argument upvalues in inlined functions (when using -O2)
  • Allow inlining of functions used in multret context when function is known to return a single value (when using -O2)

Community contributions