Reusing LuaJIT's disassembler

LuaJIT 2.1 includes new features such as a statistical profiler and a code dumper. The latter has the ability of printing out the machine code of each compiled trace. This is possible thanks to a collection of disassemblers that are part of LuaJIT's source code.