Linked by Thom Holwerda on Mon 3rd Mar 2008 23:18 UTC
Thread beginning with comment 303504
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.




Member since:
2006-07-28
As far as I can understand it there's actually very little overhead in supporting 8086/88 inside a modern x86 core. In most designs the x86 opcodes are translated into various core specific micro ops. 16 bit operations are still supported in 32bit mode with the 0x66/0x67 prefixes and the MMU takes care of 8086 style addressing (more accurately the CPU is set up in such a way that an 8086 task has a memory map conducive to its execution but it isn't seeing a physical chunk of memory but a chunk of memory mapped using similar techniques as are used for paging). It could be removed but the first thing that must happen is that the BIOS and boot block loaders of x86 OS's must be changed to not use any 16bit 8086 code. These machines still boot in something resembling 8086 mode.
The long and the short of it is that you might save some silicon but fractions of a percent at best with no performance increase.