Skip to content

Commit 2c49ce2

Browse files
committed
Add future goals for Pound
Signed-off-by: Ronald Caesar <github43132@proton.me>
1 parent d454bea commit 2c49ce2

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Multithreading
2+
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.
3+
4+
## Roadmap:
5+
[ ] Interpreter: Runs code immediately while the JIT compiles a faster version in the background.
6+
[ ] Single Worker Pipeline Model: Basic asynchronous compilation.
7+
[ ] Task-Based System: Final Implementation.

src/host/threading/placeholder.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)