mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-02-10 17:12:34 +00:00
![Ryan Houdek](/assets/img/avatar_default.png)
Arm64ec introduced the InterruptFaultPage which is lower overhead since instead of ldr+str it just turns in to a single str. We were already allocating the space, FEXCore and the frontend signal delegator just needed to be updated to understand the new location. We can additionally use this in the future if we want to make deferred async signals INSIDE the JIT only cost a single str as well.