![]() |
|
JIT recompiler - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: General Discussion (https://forums.dolphin-emu.org/Forum-general-discussion) +--- Thread: JIT recompiler (/Thread-jit-recompiler) |
JIT recompiler - drhycodan - 01-09-2014 What's the difference of using a JIT recompiler as opposed to the traditional recompilers that most other emulators use? RE: JIT recompiler - skid - 01-09-2014 The JIT recompiler is a traditional recompiler. There is no difference. RE: JIT recompiler - NaturalViolence - 01-10-2014 JIT stands for just-in-time. Which is really just a fancy way to say dynamic. Recompilers can be either static or dynamic. They are usually dynamic, especially in emulators. |