]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commit
jit: add ARM host mapping hooks
authorDimitris Panokostas <midwan@gmail.com>
Mon, 8 Jun 2026 20:18:30 +0000 (13:18 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Mon, 8 Jun 2026 22:20:52 +0000 (15:20 -0700)
commit1cd99d1d364d1681533fbabf9737c3922c679013
tree4494f5ff969f6fbf415e6ba583cb07ae1e7812a1
parent62c2c8f57401a99812f43e5f8a71371698604936
jit: add ARM host mapping hooks

Add the host ABI marker needed by ARM JIT backends.

Teach the VM allocator how to request host JIT mappings.

The platform backend still owns executable memory policy.

Shared JIT code only needs a portable call convention and mapping hook.
include/sysdeps.h
include/uae/vm.h
vm.cpp