0.527
Analysis changes
- Type checker now allows comparing different types to each other in strict mode as long as the types have some values in common
Runtime changes
- Returning multiple local variables is now more efficient as long as they land in consecutive registers
- Bytecode compilation is now ~1% faster
CLI changes
- Increase stack size in Debug builds on MSVC (fixes #417)
- Fix gcc11 build warning
Community contributions
None this week; PRs are always welcome!