From 195893389d89e779be1ef5a5b76fd5f4ac94bde6 Mon Sep 17 00:00:00 2001 From: Ronald Caesar Date: Thu, 4 Dec 2025 18:00:19 -0400 Subject: [PATCH] Add future goals for Pound Signed-off-by: Ronald Caesar --- src/README.md | 9 +++++++++ src/host/threading/placeholder.txt | 0 2 files changed, 9 insertions(+) create mode 100644 src/README.md create mode 100644 src/host/threading/placeholder.txt diff --git a/src/README.md b/src/README.md new file mode 100644 index 0000000..f13297a --- /dev/null +++ b/src/README.md @@ -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. diff --git a/src/host/threading/placeholder.txt b/src/host/threading/placeholder.txt new file mode 100644 index 0000000..e69de29