mirror of
https://github.com/ARMSX2/ARMSX2.git
synced 2026-08-24 16:50:16 -07:00
SharedMemoryMappingArea::Create() gains a fixed_base_hint so AllocateMemoryMap can pin the JIT arena at a constant VA (kArenaBase=4GB, 256MB-stride fallback) on arm64; the VTLB fastmem backpatch thunk (RecStubs), ArmAddressRecorder relocation hooks (AsmHelpers), and the cpuTlbMiss rec-vs-interp PC split (R5900) round out the arm64 memory layer. Windows arm64 is a no-op stub. Co-Authored-By: Ryan Walklin <ryan@testtoast.com> Co-Authored-By: Brian Degenhardt <bmd@bmdhacks.com> Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>