You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments