Comment on Linux vs Windows tested in 10 games - Linux 17% faster on Average
arc@lemm.ee 1 year agoWine is an emulator. It might not have started as such when it was winelib but it is now, especially when running binaries. If in doubt read their own FAQ.
jabjoe@feddit.uk 1 year ago
Go read the code. It’s a reimplementation of core Windows DLLs. Quite a clean one. There is also a daemon that fakes a NT kernel. It’s worth a read.
arc@lemm.ee 1 year ago
I know what it is thanks. I even contributed code a long time back to it.
jabjoe@feddit.uk 1 year ago
Then why are you saying it’s going to pay any kind of emulation cost? It’s not really much different to what MS do. NT has it’s own sys calls that MS call in their Win32 implementation. WINE calls POSIX calls in their’s.
Well done contributing anyway. I haven’t, but I crawled all over the source when I developed on Windows as it was better than MSDN for the semi-documented stuff (that was only documented at all because EU forced them).
arc@lemm.ee 1 year ago
I didn’t and I don’t know where you got the idea I did.