https://www.righto.com/2020/07/the-intel-8086-processors-registers.html
The photo shows the silicon die of the 8086 processor under a microscope. The metal layer on top of the chip is visible, with the silicon hidden underneath. Around the outside edge, bond wires connect pads on the die to the chip's 40 external pins.
The highlighted region indicates the 8086's fifteen 16-bit registers and six bytes of instruction prefetch queue.1 Registers take up a significant portion of the die, even though they are just 36 bytes in total. Due to space limitations, early microprocessors had a relatively small number of registers; in comparison, a modern processor chip has kilobytes of registers and megabytes of cache storage.2
[...] The 8086 and other chips of that era were built from a type of transistor called NMOS. These chips consisted of a silicon substrate, which was "doped" by diffusion of arsenic or boron to form transistors. Above the silicon, polysilicon wiring created the gates of the transistors and wired components together. Finally, a metal layer on top provided more wiring. (Modern processors, in comparison, use CMOS technology, which combines NMOS and PMOS transistors, and they have many metal layers.)
(Score: 3, Interesting) by owl on Thursday April 27, @02:22PM
The research and development effort that the Japanese companies put in on CMOS tech at the time likely had a huge bearing on CMOS eventually becoming faster than the NMOS tech in use by the USA companies at the time.
And of course once CMOS gained the speed edge, then all the US companies wanted in on the action, and the tipping point had been reached.