Skip to content

Commit 54166a5

Browse files
committed
jit/interpreter: Add stub files for arm32 decoding
Signed-off-by: Ronald Caesar <github43132@proton.me>
1 parent 1958933 commit 54166a5

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

src/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Multithreading
1+
# Tiered JIT Compilation
22
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.
33

44
## Roadmap:
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/*
2+
* Defines pvm_jit_interpreter_instruction_t struct and its internal opcodes.
3+
*/
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/*
2+
* Reads ARM code and produces the an array of interpreter instructions.
3+
*/

0 commit comments

Comments
 (0)