Hi - is there any implementation of escape analysis for Lua bytecode? I am interested in identifying locals and temporaries that do not escape and therefore can be stack allocated by the JIT compiler. Thanks and Regards Dibyendu