Add future goals for Pound

Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
Ronald Caesar 2025-12-04 18:00:19 -04:00
parent d454bea4cc
commit 195893389d
No known key found for this signature in database
GPG key ID: 04307C401999C596
2 changed files with 9 additions and 0 deletions

9
src/README.md Normal file
View 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.

View file