Native vs. emulation: World of Warcraft game performance on Snapdragon X Elite
21–30 of 60 posts
Re: Native vs. emulation: World of Warcraft game performance on Snapdragon X Elite
#22Does WoW still use Blizzard's in house anti-cheat engine (Warden)? Interesting how the emulated version did not trip this.
Re: Native vs. emulation: World of Warcraft game performance on Snapdragon X Elite
#23Does WoW still use Blizzard's in house anti-cheat engine (Warden)? Interesting how the emulated version did not trip this.
Not sure they care about it running in an emulated environment.
They do effectively allocate an executable memory region, copy the machine code that was streamed into it, and jump to it.
I guess in this case the emulation is an actual vm, rather than "rewrite x86 instructions into arm" (don't know much about this subject, but assumed that was how rosetta worked)
Re: Native vs. emulation: World of Warcraft game performance on Snapdragon X Elite
#24Re: Native vs. emulation: World of Warcraft game performance on Snapdragon X Elite
#25Does WoW still use Blizzard's in house anti-cheat engine (Warden)? Interesting how the emulated version did not trip this.
The anti-cheat streams executable code into the client, and that code is mostly for detecting tampering with the game, injected modules, etc. Not sure they care about it running in an emulated environment. They do effectively allocate an executable memory region, copy the machine code that was streamed into it, and jump to it. I guess in this case the emulation is an actual vm, rather than "rewrite x86 instructions i…
At least that's what I gathered around the time it was released. It seems to hold up; JITed x86 applications work great under Rosetta 2.
Re: Native vs. emulation: World of Warcraft game performance on Snapdragon X Elite
#26Earlier quoted context omitted.
I mean you can release it with loads of parts untested and just _hope_ there aren’t bugs there, it’s definitely an option. It’s risk vs reward there.
few days ago there was thread here about Valve and 20 years FPU bug... https://news.ycombinator.com/item?id=46009962 WoW was released 21 years ago AFAIK
Re: Native vs. emulation: World of Warcraft game performance on Snapdragon X Elite
#27How hard would it be for Blizzard to just recompile WoW to support arm64?
As others have said in this thread, they did. But to answer your question as if they had not yet: it's never "just" recompiling. It's: * recompile (and fix any warnings/errors indicated by the compiler) * re-test ... the entire game * fix the bugs that are encountered in test * release/publish the game for Windows ARM64 Whatever this effort is, it's much much more than "just" recompiling. You could imagine motivated…
Now WoW already supports Apple Silicon on macOS so most of that was already taken care of, but I'm betting there's a lot of Windows-specific code in there too.
Re: Native vs. emulation: World of Warcraft game performance on Snapdragon X Elite
#28Earlier quoted context omitted.
As others have said in this thread, they did. But to answer your question as if they had not yet: it's never "just" recompiling. It's: * recompile (and fix any warnings/errors indicated by the compiler) * re-test ... the entire game * fix the bugs that are encountered in test * release/publish the game for Windows ARM64 Whatever this effort is, it's much much more than "just" recompiling. You could imagine motivated…
They've supported macOS through all of PowerPC, Intel, and now ARM. I'm sure Windows on ARM should be trivial for them.
Re: Native vs. emulation: World of Warcraft game performance on Snapdragon X Elite
#29All I want is something like a Macbook Air, but running Linux - long battery life, acceptable performance, an OS that respects me.
Re: Native vs. emulation: World of Warcraft game performance on Snapdragon X Elite
#30I wish ARM wasn't so messy for Linux, with out of date device trees etc. All I want is something like a Macbook Air, but running Linux - long battery life, acceptable performance, an OS that respects me.