[ANN] clx 0.2.0 released
Samir Tine <[email protected]> Fri, 10 Jul 2026 07:01:55 -0700 (PDT)
| Newsgroups | gmane.comp.lang.lua.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, A month ago I announced clx and received a lot of useful feedback regarding GC, coroutines, metatables, integer support and compatibility. Since then, CLX 0.2.0 has been released. The main change is the replacement of the original NaN-tagged value representation with a shadow-types implementation. This removes the previous 48-bit integer limitation and allows full 64-bit integer support while also improving generated native code in many cases. Other notable changes include improved table implementation, ARM64 coroutine support on macOS and various optimizer improvements. Thank you to everyone who provided feedback and suggestions after the initial announcement. Repository: https://github.com/samyeyo/clx -- You received this message because you are subscribed to the Google Groups "lua-l" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/lua-l/63214f93-a0c0-481e-8f96-ac28a7fb2385n%40googlegroups.com.