Re: [ANN] clx 0.3.0 released
Berwyn Hoyt <[email protected]>
| Newsgroups | gmane.comp.lang.lua.general |
|---|---|
| Message-ID | <CAKToXm_GF=VTEnGS1nheqaW=YXYdfd7dAFVwc6u9TaUpPsC7wg@mail.gmail.com> |
Very impressive work. On Sat, 22 Aug 2026 at 19:21, Samir Tine <[email protected]> wrote: > Hi, > > clx is an open-source ahead-of-time (AOT) compiler that turns Lua programs > into standalone native executables. Version 0.3.0 has now been released, > with support for Linux, Windows, and macOS. > > The main new feature is an optional embedded Lua 5.5 VM with a native > bridge, enabling dynamic code execution through load(), loadfile(), and > dofile() while seamlessly interacting with AOT-compiled code. > > The VM is only included when requested with the --dynamic flag, so > applications that don't need dynamic loading retain a minimal executable > size and runtime footprint. > > Compatibility has also improved significantly, with popular Lua libraries > such as dkjson, serpent, middleclass, and lume now compiling and running > out of the box. > > This release also brings numerous optimizations, including native int64 > code generation, escape-analysis-driven arena allocation, per-table inline > caches, SIMD optimizations, faster coroutine switching, improved Lua 5.5 > compatibility, and various runtime improvements. clx now matches or > outperforms LuaJIT on several benchmark workloads. > > https://samyeyo.github.io/clx > > Regards, > > Samir Tine > > -- > 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/aa3dce3a-7c11-401c-95d0-611a8385552en%40googlegroups.com > <https://groups.google.com/d/msgid/lua-l/aa3dce3a-7c11-401c-95d0-611a8385552en%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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/CAKToXm_GF%3DVTEnGS1nheqaW%3DYXYdfd7dAFVwc6u9TaUpPsC7wg%40mail.gmail.com.