[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua.vm.js - Lua VM, on the Web
- From: Drake Wilson <drake@...>
- Date: Fri, 31 May 2013 22:06:43 -0500
Quoth Graham Wakefield <wakefield@mat.ucsb.edu>, on 2013-06-01 12:03:13 +0900:
> I don't know how feasilble it is, but it might be interesting to try porting the LuaJIT *interpreter* to emscripten. It is significantly faster than the PUC Lua interpreter, though who knows whether the advantages will translate to emscripten or not. Still, it might be worth trying.
A lot of that comes from the LuaJIT interpreter being hand-tuned assembly
with things like register pinning, last I recall. You don't readily have
any LLVM-able part to port, then.
---> Drake Wilson