Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@zeux
Copy link
Contributor

@zeux zeux commented May 13, 2022

  • Type checker now allows comparing different types to each other in strict mode as long as the types have some values in common
  • Returning multiple local variables is now more efficient as long as they land in consecutive registers
  • Bytecode compilation is now ~1% faster
  • Fix gcc11 build warning
  • Increase stack size in Debug builds on MSVC (fixes Stack exhaustion crash (0xC00000FD) #417)

@zeux zeux merged commit a36b1eb into master May 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Stack exhaustion crash (0xC00000FD)

2 participants