ds84182 / LuaVM

Lua Virtual Machine (and various tools) for Lua so you can Lua while you Lua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JIT recompiler

SoniEx2 opened this issue · comments

Would it be possible to add a JIT recompiler in order to make LuaVM run faster?

Yes, but later. My main efforts are focused on the decompiler.

On Mon, Jan 11, 2016, 9:37 PM Soni L. notifications@github.com wrote:

Would it be possible to add a JIT recompiler in order to make LuaVM run
faster?


Reply to this email directly or view it on GitHub
#2.

I've just open sourced Decompiler3. Decompiler3 tries to get close to the original source form of the program (although there are edge cases everywhere). Decompiler3 is fast enough for a JIT, so technically I can close this.

I wasn't thinking of decompilation. Decompilation doesn't let me do sandboxing, so it's useless.