mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-02-12 10:29:24 +00:00
![Ryan Houdek](/assets/img/avatar_default.png)
Fairly lightweight since it is almost 1:1 transplanting the code from FEXCore in to the SyscallHandler's thread creation code. Minor changes: - ExecutionThreadHandler gets freed before executing the thread - Saves 16-bytes of memory per thread - Start all threads paused by default - Since I moved the code to the frontend, I noticed we needed to do some post thread-creation setup. - Without the pause we were racing code execution with TLS setup and a few other things.