Re: Assembler Interface of LuaJIT VM.
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Assembler Interface of LuaJIT VM.
- From: Mike Pall <mikelu-1009@...>
- Date: Wed, 1 Sep 2010 18:46:07 +0200
neha mahajan wrote:
> we have already disassemble the lj_vm.s, but its corresponding pseudo code
> or logic functionality of these assembly functions are still missing.
There is no need to disassemble anything; LuaJIT is distributed
with source code. The interpreter is generated from the *.dasc
files and these have all the comments.
--Mike