| ▲ | masfuerte 4 hours ago | |||||||
Is it? It would be if it partially evaluated a MIPS emulator on a particular game. But it doesn't seem to work like that. | ||||||||
| ▲ | wmf 3 hours ago | parent [-] | |||||||
"Decoding the MIPS R5900 instructions in each function Translating those instructions to equivalent C++ code Generating a runtime that can execute the recompiled code The translated code is very literal, with each MIPS instruction mapping to a C++ operation." It sounds like a MIPS interpreter that gets statically unrolled. | ||||||||
| ||||||||