mirror of
https://github.com/stenzek/duckstation.git
synced 2026-07-11 01:24:11 +02:00
22ee4c0760
Doing a full xsave/xrstor the first time a library function is called is completely bonkers. Plus the obvious security issues with the PLT being writable. And people think this OS is faster than Windows. Even with immediate binding it's still slower, since it's a single indirect call on Windows, versus a direct call+indirect jump here.