Comments on: How Microsoft can run the x86 apps on the ARM Powered Windows 8 https://armdevices.net/2011/09/17/how-they-should-run-the-x86-apps-on-arm-based-windows-8/ New video posted every 8 hours, forever Sat, 08 Jan 2022 12:17:52 +0000 hourly 1 https://wordpress.org/?v=7.0.2 By: 3chrysalis https://armdevices.net/2011/09/17/how-they-should-run-the-x86-apps-on-arm-based-windows-8/comment-page-1/#comment-18383 Sat, 08 Jan 2022 12:17:52 +0000 http://138.2.152.197/?p=19613#comment-18383 1barnaby

]]>
By: sola https://armdevices.net/2011/09/17/how-they-should-run-the-x86-apps-on-arm-based-windows-8/comment-page-1/#comment-10738 Wed, 21 Sep 2011 20:52:00 +0000 http://138.2.152.197/?p=19613#comment-10738 I am sorry but software development just doesn’t work like this.

Windows x86 we cannot just be recompiled like Linux applications. Linux apps are coded with portability in mind.

Win x86 code will be PORTED with long, hard work to ARM.

]]>
By: Marc Guillot Puig https://armdevices.net/2011/09/17/how-they-should-run-the-x86-apps-on-arm-based-windows-8/comment-page-1/#comment-10724 Mon, 19 Sep 2011 12:29:00 +0000 http://138.2.152.197/?p=19613#comment-10724 I think there should be another solution : local emulation.

Yes, I know performance won’t be great, but it doesn’t need to be. You will not try to use Autocad or Photoshop under emulation (these modern commercial applications will have ARM versions), you will only try to use those old legacy application you have been carrying for 15 years. And those old applications will run perfectly fine at a Pentium 75 level of performance.

Besides, Win32 API calls will be executed natively under ARM processors, so this will improve emulation performance. And most importantly, modern ARM Soc’s haves complex programable GPU’s, windows could use them to speed up x86 emulation a lot.

]]>
By: Charbax https://armdevices.net/2011/09/17/how-they-should-run-the-x86-apps-on-arm-based-windows-8/comment-page-1/#comment-10720 Mon, 19 Sep 2011 03:45:00 +0000 http://138.2.152.197/?p=19613#comment-10720 In reply to guest.

Maybe Microsoft can automate the process of porting Windows x86 apps to ARM, perhaps some simple apps can be a simple near one-click recompile process while for the other more complicated apps Microsoft can invest as much as they can in trying to make the porting process as simple as possible. Obviously rethinking the app from the ground up for the power saving advantages of ARM is better, but perhaps Microsoft can build it into their development tools, be it visual studio, plugins for eclipse, however its called those platforms developers most use for Windows apps, Microsoft can try to automate the porting process, can’t they?

]]>
By: Devine https://armdevices.net/2011/09/17/how-they-should-run-the-x86-apps-on-arm-based-windows-8/comment-page-1/#comment-10712 Sat, 17 Sep 2011 13:00:00 +0000 http://138.2.152.197/?p=19613#comment-10712 Why!?!?!?!?!?!?!!?!?!!?!?!?!?

]]>
By: Porusm https://armdevices.net/2011/09/17/how-they-should-run-the-x86-apps-on-arm-based-windows-8/comment-page-1/#comment-10708 Sat, 17 Sep 2011 09:55:00 +0000 http://138.2.152.197/?p=19613#comment-10708 I agree, I think legacy support for older .exe format binaries is going to be difficult. That’s why there is no native development kit for Windows Phone 7, its all based on C# and their mobile .NET platform. When Nokia opted for WP7, most of the existing C/C++ apps etc for Symbian/Qt cannot ported easily to WP7 easily because its not just a UI change. Wouldn’t be surprised in MS goes the virtual machine way and go to .NET for Windows 8 on tablets, the way Android has with Android Java.

]]>
By: guest https://armdevices.net/2011/09/17/how-they-should-run-the-x86-apps-on-arm-based-windows-8/comment-page-1/#comment-10707 Sat, 17 Sep 2011 09:32:00 +0000 http://138.2.152.197/?p=19613#comment-10707 In reply to Charbax.

Very easy: unix software has very long and reach tradition of portability. As opposed to windows, where all APIs are too tightly tied to x86. That’s why Windows and its apps still suck on x86-64, which is just slightly different from x86-32. ARM is in turn completely different platform, although also 32-bit.

]]>
By: Charbax https://armdevices.net/2011/09/17/how-they-should-run-the-x86-apps-on-arm-based-windows-8/comment-page-1/#comment-10705 Sat, 17 Sep 2011 08:56:00 +0000 http://138.2.152.197/?p=19613#comment-10705 In reply to Ripe24.

How come all the 30 thousand Ubuntu apps just recompile nearly automatically?

]]>
By: Ripe24 https://armdevices.net/2011/09/17/how-they-should-run-the-x86-apps-on-arm-based-windows-8/comment-page-1/#comment-10704 Sat, 17 Sep 2011 08:41:00 +0000 http://138.2.152.197/?p=19613#comment-10704 It is very difficult to do selective translation of codes and I think most applications that are done for x86 don’t just compile.

]]>