Mark0
14-09-2005, 20:17
Eros,
you may want to give a look at this:
DynASM (http://luajit.luaforge.net/dynasm.html)
DynASM is a Dynamic Assembler for code generation engines.
DynASM has been developed primarily as a tool for LuaJIT, but might be useful for other projects, too.
If you are writing a just-in-time compiler or need to generate code on the fly (e.g. for high-performance graphics or other CPU-intensive computations), DynASM might be just what you are looking for.
Please have a look at the list of Features to find out whether DynASM could be useful for your project.
Bye!
you may want to give a look at this:
DynASM (http://luajit.luaforge.net/dynasm.html)
DynASM is a Dynamic Assembler for code generation engines.
DynASM has been developed primarily as a tool for LuaJIT, but might be useful for other projects, too.
If you are writing a just-in-time compiler or need to generate code on the fly (e.g. for high-performance graphics or other CPU-intensive computations), DynASM might be just what you are looking for.
Please have a look at the list of Features to find out whether DynASM could be useful for your project.
Bye!