On Wed Oct 19 13:33:59 2022 +0000, Jinoh Kang wrote:
Actually, I think using APCs or signals introduce too much complexity for a fallback path. We should just use `mprotect()` as *the* fallback mechanism instead. https://github.com/dotnet/runtime/blob/7be37908e5a1cbb83b1062768c1649827eeac...
Is this true for all architectures though? Or at least all that Wine intends to support? If so then yeah we can throw out the APC path.