An ARM64 JIT-focused fork of Previous, the NeXT Computer emulator. Doing for Previous what macemu-jit did for Basilisk II and SheepShaver: bring over a newer AArch64-capable JIT toolchain, wire it into the emulator cleanly, and build a fast validation loop around it.
The transplanted uae_cpu_2026 JIT/compiler subtree is vendored under src/cpu/uae_cpu_2026/. A bridge layer initialises the compiler inside Previous's CPU loop. A suite of shell harnesses runs interpreter vs JIT opcode equivalence checks and headless boot smoke tests against a fresh-copied disk image per run. Host ASLR is disabled for deterministic JIT mappings.
uae_cpu_2026 vendored; bridge and runtime scaffolding complete.
Interpreter vs JIT comparison across risky and missing opcode families.
Fresh disk image per run — clean, reproducible bring-up tests.
Original 68030 Cube, NeXTcube/station variants, NeXTdimension board.
-DENABLE_EXPERIMENTAL_UAE2026_JIT=ON — keeps upstream usable in parallel.