• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

C++ decompiler?

Page 2 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.


<< Yup, Linux too. Of couse, the low level driver stuff and the kernel has hand optimized ASM built into it too. It really doesn't matter what language they used anyways, becase in the end x86 byte code is x86 byte code.

Very little of the kernel is ASM, and where it's used it's used out of necessity not for speed. It does matter because Linux isn't just an x86 OS, keeping away from x86 specific code and asm is pretty important.
>>



I actually wasn't refering to Linux. The question was about Windows being created in C/C++. I added linux in as an FYI. Sorry for the confusion.
 
I actually wasn't refering to Linux. The question was about Windows being created in C/C++. I added linux in as an FYI. Sorry for the confusion.

Windows is actually probably very much the same, if you remember NT ran on MIPS, Alpha, PowerPC and x86 up until 5.0 when t hey finally dropped everything but x86. And now it runs on Itanium (supposedly).
 
Back
Top