mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-11 07:36:57 +00:00
Compare commits
2 commits
cc8cc63478
...
c508a927ea
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c508a927ea | ||
|
|
3c269833a1 |
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# 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.
|
||||
Pound's current goal is to create a Task-Based Parallel 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue