This is my q3vm arm jit implementation.
I made this purely because I was interested in how the VM works.
It is fully functional and was successfully tested on a raspberry pi running jk2mv.
Interpreter / x86 jit are half-implemented and shouldn't be used without further investigation.
- opStack, dataSegment protection
- generates code based on available processor features
- works on >= armv5
- gnueabi only
GPLv2
