0.6.2
- Optional Parentheses now works for table types and with chained "suffix expressions"
- Fixed
newoverwriting user-defined__index - Fixed infinite recursion with multi-level parent calls
- Fixed some other small issues
Performance:
- Optimized lua_insert, lua_remove, & lua_replace (Optimization by @gottfriedleibniz)
- Optimized luaO_ceillog2 (Inspired by @gottfriedleibniz)
- Enabled Lua's jump table for clang build as well
- Fixed a VM performance regression introduced by Pluto