mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-23 07:36:58 +00:00
|
|
||
|---|---|---|
| .. | ||
| common | ||
| host | ||
| jit | ||
| main.c | ||
| README.md | ||
Tiered JIT Compilation
Pound's current goal is to create a Task-Based Parrallel JIT with Work-Stealing. This should hopefully be faster than Dynarmic's multithreading model. Wish me luck.
Roadmap:
[ ] Interpreter: Runs code immediately while the JIT compiles a faster version in the background.
[ ] Single Worker Pipeline Model: Basic asynchronous compilation.
[ ] Task-Based System: Final Implementation.