mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-13 04:36:57 +00:00
Add future goals for Pound
Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
parent
d454bea4cc
commit
195893389d
2 changed files with 9 additions and 0 deletions
9
src/README.md
Normal file
9
src/README.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Multithreading
|
||||
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.
|
||||
0
src/host/threading/placeholder.txt
Normal file
0
src/host/threading/placeholder.txt
Normal file
Loading…
Add table
Add a link
Reference in a new issue