|
Lua is a dynamically-typed scripting language offering object-oriented capabilities, designed for extending applications.
Just-in-time compilation (JIT) is a method to dynamically compile code and allow an application to run faster.
LuaJIT is a JIT system for Lua developers, allowing them to create faster running Lua-based apps.
Here are some key features of "LuaJIT":
· Wide cross-platform compatibility
· Low memory footprint
· High performance
· Integrated trace compiler
· SSA-based optimizations
What's New in This Release: [ read full changelog ]
· Fix Android/x86 build.
· Fix recording of equality comparisons with __eq metamethods.
· Fix detection of immutable upvalues.
· Replace error with PANIC for callbacks from JIT-compiled code.
· Fix builtin string to number conversion for INT_MIN.
· Don't create unneeded array part for template tables.
· Fix CONV.num.int sinking.
· Don't propagate implicitly widened number to index metamethods.
· ARM: Fix ordered comparisons of number vs. non-number.
· FFI: Fix code generation for replay of sunk float fields.
· FFI: Fix signedness of bool.
Via: LuaJIT 2.0.0
0 Comment:
Post a Comment