Skip to content

0.545

Compare
Choose a tag to compare
@zeux zeux released this 15 Sep 23:46
· 500 commits to master since this release
3d74a8f

Analysis changes

  • Improve type error messages for argument count mismatch in certain cases
  • Fix type checking variadic returns when the type is incompatible which type checked in certain cases

Runtime changes

  • Reduce size of upvalue objects by 8 bytes on 64-bit platforms
  • Reduce I$ footprint of interpreter by 1.5 KB by removing support for bytecode v2
  • Reduce GC pause during atomic stage for programs with a lot of threads

Community contributions