FEX/FEXCore/include
Billy Laws de63fd05d0 FEXCore: Allow for interrupting the JIT on block entry
This takes a similar approach to deferred signal handling and allows any given
thread to be interrupted while running JIT code by protecting the appropriate
page as RO. When the thread then enters a new block, it will try to acccess
that page and segfault. This is safer than just sending a signal to the thread
as that could stop in a place where JIT context couldn't be recovered correctly.
2023-08-18 05:58:51 -07:00
..
FEXCore FEXCore: Allow for interrupting the JIT on block entry 2023-08-18 05:58:51 -07:00
git_version.h.in Move External/FEXCore/ to FEXCore/ 2023-08-17 16:32:16 -04:00