Wednesday, March 11, 2015

ARM First Challenge to x86 Processor Dominance

ARM First Challenge to x86 Processor Dominance

x86 has beat off every attempt to replace it - except the ARM in phones and tablets

Failed replacements:
  • 8086 - 1M 20 bit memory address 8086 contains 14 16-bit registers, four of which can also be used as two eight-bit registers. 
  • 286 - 16 bits, 16 bit offset
  • 386 - 32 bits
  • Motorola 68000 - Wikipedia  1979 16/32 bit with no segmentation hack, dominant CPU for Unix-based workstations successful on Apple Mac by IBM power PC and then Intel x86  acclaimed general ease of use. 24-bit 16 Mb memory address limit comparEd to 8086 68000 contains 18 32-bit registers and one 16-bit register, including eight 32-bit “data” registers, named D0 through D7. 
  • Intel iAPX 432 16/32-bit introduced in 1981, failed by 1986  Intel's first 32-bit processor design on two separate integrated circuits. Started in 1975 as the 8800 as Intel's major design for the 1980s. commercial failure for Intel discontinued in 1986.  stack machine with no visible general-purpose registers. It supported object-oriented programming, garbage collection and multitasking, o/s written in Ada.  Linear addressing of data could still only use 16-bit offsets. Plans to replace x86 failed when benchmarks at roughly 1/4 the speed of the new 80286 chip at the same clock frequency. The chip's complexity limited the clock speed and lengthened the design schedule, and was seen as costly overhead rather than performance enhancing simplification. Bit-aligned variable-length instructions were costly. New York Times, "the i432 ran 5 to 10 times more slowly than its competitor, the Motorola 68000.  The enter_environment set up the memory protection. The compiler ran this for every single variable in the  system,  segmented memory  2^24 segments of up to 64 KB each,  2^24 total address (16 MB).


Apple is moving on from Intel because Intel isn't moving anywhere ...
Apple’s abandonment of Intel chips is inevitable
https://www.theverge.com/2018/4/3/.../apple-intel-cpu-processor-design-competition

Apr 3, 2018 - And without the power efficiency gains that come from building smaller chips, Intel just can't compete with ARM processors designed for ...

 Apple is planning to replace Intel processors in Mac computers with its own chips starting sometime around 2020.

But the infamous Moore’s Law sputtered to an end back in 2015. Intel is approaching the limits of what’s possible to achieve with silicon, and it hasn’t yet figured out its next step

 without the power efficiency gains that come from building smaller chips, Intel just can’t compete with ARM processors designed for efficiency first.

macOS feels like it’s in maintenance mode, awaiting a widely anticipated change that will produce a unified iOS and macOS operating system, with iOS taking precedence.

Apple’s primary software focus is rightly fixed on iOS, which happens to run on ARM instructions,


Are ARM CPU Cores Finally Ready to Fight Intel for the Laptop Market ...
https://www.extremetech.com › Computing

Jun 4, 2018 - ARM vs. Intel: A Referendum on Intel CPU Designs. The reason these types of comparison spark so much interest, I suspect, is because ...


ARM vs X86 - Key differences explained! - Android Authority
https://www.androidauthority.com/arm-vs-x86-key-differences-explained-568718/

Nov 25, 2014 - Android supports 3 different processor architectures: ARM, Intel and MIPS. The most popular and ubiquitous of these three is, without a doubt, ...


The Differences Between ARM and Intel - Make Tech Easier
https://www.maketecheasier.com/differences-between-arm-and-intel/

Nov 14, 2016 - MTE Explains: The Differences Between ARM and Intel. ... Intel processors found in desktop and laptop computers are sometimes referred to as “x86” processors. ... The core difference between ARM and x86 chips is their instruction set.

 average Intel i7 processor produces around 45W of heat. The average ARM based smartphone SoC (including the GPU) has a maximum instantaneous peak power of around 3W, some 15 times less than an Intel i7. Now Intel is a big company and they have lots of smart people working there. Its latest Atom processors have similar thermal designs as ARM based processors, however to do that it has had to use the latest 22m fabrication process. Qualcomm Snapdragon 805 uses a 28nm process.

 IA64 project was never a big success and today is effectively dead. Intel eventually adopted AMD64. 

ne is for running 32-bit code and one for 64-bit. The beauty of the ARM design is the processor can seamlessly swap from one mode to the other during its normal execution. The means that the decoder for the 64-bit instructions is a new design that doesn’t need to maintain compatibility with the 32-bit era, yet the processor as a whole remains backwardly compatible.

big.LITTLE ARM has introduced heterogeneous computing for mobile devices. This means that the cores can be different in terms of performance and power. When the mobile device is not busy, a low-energy core can be used, but when you start a complex game, the high performance cores are used.

“native” apps are generally compiled for ARM processors and not always for Intel or MIPS. To get around this Intel and MIPS need to use special translation software which converts the ARM instructions into code for their processors. This of course impacts performance. At the moment MIPS and Intel can claim about a 90% compatibility with all the apps available in the Play Store.


ARM says its next processors will outperform Intel laptop chips
https://www.engadget.com/2018/08/.../arm-says-chips-will-outperform-intel-laptop-cp...

Aug 16, 2018 - While ARM already believes that its recently unveiled Cortex-A76 is competitive withIntel's 2.6GHz Core i5-7300U, it expects its 2019 "Deimos" ...There's already talk of Qualcomm making a truly laptop-worthy Snapdragon in the near future -- Deimos and Hercules could be fast enough that you might choose an ARM-based PC for a speed advantage, not just longer battery life. And that could give Intel a good reason to panic. It's still struggling to make 10-nanometer chips at the same time as ARM is talking about 7nm and 5nm parts. If Intel can't find a way to stay ahead, it may see big PC makers switching to ARM as they look for more powerful options.


Intel vs. ARM: Two titans' tangled fate
ARM vs. Atom: The battle for the next digital frontier
Intel has barely made a dent in the mobile market, while ARM has been wildly successful. Does that spell doom for Intel -- or is ARM's triumph overblown?
In the last 12 months, ARM pulled in a little over $1.1 billion in revenue, while Intel netted nearly $53 billion.
By Jim Turley
InfoWorld | Feb 27, 2014

ARM-based chips have dominated the designs for mobile processors in much the same way that Intel's x86 family of processors locked up the Windows PC market a few decades ago.

A big part of ARM's success, however, has little to do with better technology. It's the company's business model. Whereas Intel builds chips, ARM only designs them What sealed the deal, however, was that mobile device makers needed to design their own ASICs intended to power specific devices -- and realized it worked better to integrate a CPU into those ASICs rather than soldering a CPU alongside. Enter ARM and its CPU-for-hire business model. Want to mix a CPU in with the other ingredients of your new ASIC or SoC? ARM has your recipe. Like few other companies at that time, ARM was willing to let customers bake its CPU into their own devices.

 roughly speaking, an ARM design has about one-third the number of transistors of an x86 design. That's leaving out the likes of cache and bus interfaces, which can easily consume more transistors than the CPU "core" itself. Indeed, most processors today -- RISC or CISC -- are about three-quarters cache, with a little CPU core lurking in one corner of the chip.... ARM can get away with slashing its transistor budget because it doesn't support as many architectural features as x86.


May 5, 2014 http://www.enterprisetech.com/2014/05/05/amd-unify-x86-arm-systems-skybridge/

AMD is ramping up ARM designs and fleshing out future X86 designs in a two-pronged approach to capturing market share, explained Lisa Su, general manager of AMD’s Global Business Units. Here is the market as AMD sees it for processors:
amd-arm-x86-tam
The chart above shows the total addressable market for processors across embedded, mobile, PC, console, and server segments by architecture. The gray bars in the middle of the chart lump together Power, Sparc, MIPS, various mainframe, and other proprietary chips. Interestingly, you can see that the percentage of the market supported by X86 processors has fallen in recent years, but is expected to stabilize by AMD’s estimates, while ARM chips will see their share of the chip pie grow.

November 5, 2013

VDC Research Finds ARM Holdings Gaining Market Share In High Growth Processor Applications

Adoption of ARM on the rise in many fast-growing embedded processing and M2M markets; x86 adoption unchanged while MIPS and Power architectures cede share to ARM.

  • Share on TwitterShare on FacebookShare on Google+Share on LinkedInShare on PinterestEmail a friend
ARM Taking Share from Other Architectures
'Unless Intel can make big inroads in the smartphone, tablet or wearables market, ARM stands to extend its reign within the high-growth and high-volume embedded processor markets.' - Dan Mandell, Analyst
Boston, MA (PRWEB) November 06, 2013
A recently completed study by VDC Research shows that ARM is gaining share in many high growth applications for CPUs and microcontrollers (MCUs), while other architectures are fighting to maintain share or minimize the ground they are losing to ARM. In the study of the global engineering community, VDC noted a sharp rise over the last twelve months in the number of engineers indicating the use of ARM-based technology in their current design. At the same time, x86's share of the market slipped slightly, while MIPS and Power lost significant share to ARM. ARM's ability to take share from established vendors and architectures will not be uniform across all processor classes and industries, but overall VDC forecasts meaningful share growth for ARM in the coming years. Dan Mandell, Analyst at VDC Research said, "ARMs success in mobile devices has given them technology and expertise in areas that matter a great deal to engineers in many high growth embedded and M2M applications. These include automotive, medical devices, and energy. Low power, small footprint, robust tools, and support across a variety of operating systems puts ARM in an enviable position. Intel and others are certainly not sitting still, but ARM was first off the line, and continues to innovate at a furious pace. The energy and enthusiasm in the ARM ecosystem cannot be discounted either."
Online Resources:
ARM Gaining Share - Download The Research Note

April 2013

http://wikibon.org/wiki/v/Intel_Nightmare_Worsens_with_Wearable_Devices_and_64-Bit_ARM_Processors

Shows half phone / half PC in 2012 but nearly all ARM by 2022 if apple and microsoft shift to ARM PCs and mac




Wikibon believes that both Apple and later Microsoft will migrate their PC operating systems to ARM, leaving behind specialized very high-end devices on Intel. The revised timescale and projection of these events are shown in Figure 2.

Figure 2 –Smart Device Projected Shipments by Device Type, 2012-2022
Source: Wikibon February 2013, based on IDC and Gartner 2012 shipment estimates projected by Wikibon to 2022
Assumptions: successful shipment of 64-bit ARM processors and migration to ARM by Apple and Microsoft

January 2010

http://www.geek.com/mobile/abi-arm-to-dominate-ultra-mobile-market-by-2013-1067071/

Ultra-mobile devices (UMD), including netbooks and smartbooks, are predominantly shipped with x86-based processors. In fact, they made up 90% of UMD devices shipped in 2009. Even with that incredible amount of market share ABI Research is predicting thatARM-based processors will overtake x86-based UMD device shipments by 2013.
MD-MCE-104 chart(1)
The research firm believes that part of the momentum behind ARM-based processors is that they are perceived to be best for devices with an “always connected” mode. It also helps that a number of form factors are appearing with ARM-based processors including smartphones and tablets.
No doubt helping the ARM cause is the fact that the new Apple tablet, expected to launch this quarter, will be powered by an ARM-based processor


Small, inexpensive, power-efficient new chips from Intel and ARM are enabling the new wave of mobile devices -- and setting the two companies on a collision course            
By Neil McAllister   InfoWorld | Oct 28, 2009
Consider: Intel sold its 1 billionth x86 chip in 2003. Its closest rival, AMD, broke the 500 million mark just this year. ARM, on the other hand, expects to ship 2.8 billion processors in 2009 alone -- or around 90 chips per second. That's in addition to the more than 10 billion ARM processors already powering devices today.

ARM may hardly be a household name, but to insiders it's one of the most recognized brands in the semiconductor industry. By volume, it's the most successful 32-bit processor architecture in the world, accounting for more CPUs in more devices than any other -- without so much as a single ad on TV. 

ARM's novel history. A unique, RISC-based processor design, ARM grew out of the quirky British computer industry of the 1980s. It was compact and efficient mainly because it had to be -- its British backers lacked access to the kind of capital that propelled Intel to the top of Silicon Valley. But when it became clear that x86 would dominate the PC market in the United Kingdom as it had in America, ARM's efficient design quickly earned it a place of favor among digital device manufacturers.


Atom, on the other hand, is a full-blooded x86 CPU

No comments:

Post a Comment