mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-16 17:03:13 -03:00
This is a JitArm64 version of 219610d8a0.
Due to limitations on how far you can jump with a single AArch64 branch
instruction, going above the former limit of 128 MiB of code (counting
nearcode and farcode combined) requires a bit of restructuring. With the
restructuring in place, the limit now is 256 MiB. See the new large
comment in Jit.h for a description of the new memory layout.
3.7 KiB
3.7 KiB