summaryrefslogtreecommitdiff
path: root/src/buildvm_mips.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize build process.Mike Pall2012-06-091-7495/+0
| | | | | | | | | Drop pre-translated buildvm_*.h. Rename buildvm_*.dasc to vm_*.dasc. Move buildvm* to host directory. Build minilua, unless HOST_LUA is set. Use HOST_LUA to run DynASM. Translate only vm_*.dasc for target architecture.
* ARM/PPC/MIPS: Fix tailcall from fast function (esp. tostring).Mike Pall2012-05-101-204/+205
|
* MIPS: Interpreter/JIT integrationMike Pall2012-03-301-210/+459
|
* MIPS: Add interpreter. Enable MIPS build rules.Mike Pall2012-01-231-0/+7245