Displaying 1 result from an estimated 1 matches for "justincormack".
2013 Sep 14
1
LuaJIT on Xen
...nes LuaJIT
and example bytecode-compiled Lua scripts.
The current example compiles the ljsyscall test suite, just to show
how the build works.
Some things are not yet supported, like fork, exec, dynamic libraries,
mmap other than a small stub.
All code is MIT or BSD licensed.
https://github.com/justincormack/rumpuser-xen
Compiling other languages should be relatively possible too in principle.
Currently it only works with 32 bit LuaJIT, it needs some fixes to
mmap for 64 bit support. The build process is not very nice, and will
be improved.
You should be able to compile C libraries and add support,...