KallistiOS / kos-ports

Ported library collection for KallistiOS
Other
57 stars 35 forks source link

Updated Lua module to use Lua 5.4.4. #17

Closed gyrovorbis closed 1 year ago

gyrovorbis commented 1 year ago

Lua 5.4.4 introduces a few nice features like to-be-closed variables, but most importantly it contains the new stuff like integer types from Lua 5.3 with performance improvements putting it much closer to Lua 5.1

Additional GC characteristics have been improved, including an "emergency sweep" which happens when malloc() returns NULL and will be useful with the DC's limited RAM.