pound-emu_pound/3rd_Party
Ronald Caesar 2b5131e56c
refactor: Humongous Commit
Major architectural refactorbto focus exclusively on JIT development.

JIT & Decoder Architecture
-    Implemented scripts/generate_jit_decoder_a32_table.py to parse
     instruction definitions at build-time rather than runtime.
-    Moves decoder lookup tables from RAM to ROM.

Scope Reduction:
-    Removed frontend, GUI, and rendering dependencies.
-    delete src/frontend, src/target, and associated design docs.

Most importantly, this commit starts the transition of this codebase
from C++ to C. I cant stand creating C++ code, and since no one else
is contributing to this project this change shouldnt matter.

Signed-off-by: Ronald Caesar <github43132@proton.me>
2025-11-29 14:53:02 -04:00
..
googletest@52eb8108c5 extern/googletest: Add testing library 2025-11-08 15:41:04 -04:00
CMakeLists.txt refactor: Humongous Commit 2025-11-29 14:53:02 -04:00
PINNED_DEPENDENCIES.md refactor: Humongous Commit 2025-11-29 14:53:02 -04:00
UPDATE_PROCEDURE.md Big Commit 2025-09-27 09:16:49 -04:00