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