Ronald Caesar e7a8a873e6 docs: Replace ssa_version_t type attribute
We have enough bits in the opcode bitfield in instruction_t
to encode register classes (ADD_INT, ADD_FLOAT, ADD_VECTOR). However,
encoding the bit width (ADD_INT8, ADD_INT32) will massively increase the
amount of opcodes needed. So we replace `type` in ssa_version_t with
`bit_width`.

Signed-off-by: Ronald Caesar <github43132@proton.me>
2026-01-08 18:09:07 -04:00
2025-12-07 14:52:05 -04:00
2025-12-12 18:11:43 -04:00
2026-01-01 19:08:40 -04:00
2025-12-12 18:11:43 -04:00
2025-12-07 14:56:46 -04:00
2025-12-12 18:11:43 -04:00
2025-12-12 18:33:05 -04:00
2025-12-12 18:29:36 -04:00
2025-12-07 13:09:15 -04:00
2025-12-10 08:10:44 -04:00

The Ballistic JIT Engine

“The world's fastest ARM recompiler"

Overview

This is a rewrite the dynarmic recompiler, with the goal of fixing its many flaws.

Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-01-31T05:27:53.380Z
Readme GPL-2.0 12 MiB
Languages
C 91%
XSLT 6.7%
Python 1.4%
CSS 0.6%
CMake 0.3%