Slashdot Mirror


Apple's A6 Details and Timeline Emerge

MojoKid writes "For a CPU that hasn't seen the light of day, there's a great deal of debate surrounding Apple's A6 and the suggestion that it may not appear until later in 2012. The A6 is a complex bit of hardware. Rumors indicate that the chip is a quad-core Cortex-A9 CPU built on 28nm at TSMC and utilizing 3D fabrication technology. While the Cortex-A9 is a proven design, Apple's A6 will be one of the first 28nm chips on the market. The chip will serve as a test case for TSMC's introduction of both 28nm gate-last technology and 3D chip stacking. This is actually TSMC's first effort with an Apple device. The A4 and A5 have both historically been manufactured by Samsung."

123 comments

  1. Unbelievable by Anonymous Coward · · Score: 5, Funny

    Steve's not dead two weeks and already Apple fumbles the ball. STACKED chips? How is the next iPad going to be as thin as it can possibly be when they start stacking chips?

    1. Re:Unbelievable by Trepidity · · Score: 1, Informative

      Not sure if this post was intended to be serious, but we're not talking about stacking them to a particularly large height. A single wafer is far thinner than any practical phone thickness, and a few of them stacked is still super-thin.

    2. Re:Unbelievable by Dunbal · · Score: 1

      Of course I have no idea about what we're talking about, neither do you. But hypothetically adding extra layers and making a chip thicker automatically creates heat issues, since that extra layer or two must act as a thermal insulator, trapping heat in the middle.

      --
      Seven puppies were harmed during the making of this post.
    3. Re:Unbelievable by repetty · · Score: 1

      Indubitably.

    4. Re:Unbelievable by Anonymous Coward · · Score: 0

      Stacked chips will be like Pringles. Now to deal with the heat think of Pringles with ridges. Does that help?

    5. Re:Unbelievable by UnknowingFool · · Score: 1

      Well both you and the poster are correct. The current A4 and A5 are stacked as other many other package on package chips. However, normally the memory is stacked on the CPU. In the case of the A4 and A5 the L2 cache is stacked on the ARM cores. The CPUs are not stacked probably for the heat problems that you mention.

      --
      Well, there's spam egg sausage and spam, that's not got much spam in it.
    6. Re:Unbelievable by Anonymous Coward · · Score: 0

      Not necessaily. Metal layers act as heatsink and are very good at transmitting heat from the chip to the surface. If we're talking about multiple stacked chips, with in-between silicon wafers, then heat dissipation is indeed an issue. That's one of the reasons why they want to thin the silicon wafers to the max to stack them.

    7. Re:Unbelievable by mjwx · · Score: 1

      Worse yet, Apple is looking at releasing a "new" ARM A9 processor when TI and Qualcomm are looking at releasing a 28nm A10 processor. Given Apple's history they'll expect this to stay "current" for at least 18 months.

      Maybe they'll sue Qualcomm and TI for violating their processors look and feel^W^W^W, sorry, trade dress.

      --
      Calling someone a "hater" only means you can not rationally rebut their argument.
    8. Re:Unbelievable by gmhowell · · Score: 1

      A single wafer is far thinner than any practical phone thickness, and a few of them stacked is still super-thin.

      Just try telling that to Mr. Creosote.

      --
      Jesus was all right but his disciples were thick and ordinary. -John Lennon
    9. Re:Unbelievable by Gilmoure · · Score: 1

      We have to go. Um... my wife is having her period.

      --
      I drank what? -- Socrates
  2. Re:And the title of the datasheet reads ... by catmistake · · Score: 2

    Awkward, off-topic and pathetic rabble. Troll credentials rescinded for immediate review by troll committee.

  3. Quad Core In a Tablet/Phone? by rsmith-mac · · Score: 4, Interesting

    I love my quad core desktop processor, but I find myself scratching my head at the idea of quad core CPU in a tablet. Even with iOS 5's enhancements there's no true multitasking in it or any other tablet/phone OS - every application is interacted with in a full-screen monolithic manner.

    Dual core CPUs allow the OS to do one thing in the background and not bog down the device for the running application, but what on earth are you going to do with 4 CPUs when you can only interact with 1 program at a time? This seems like it would only be of benefit to games and a couple other niche uses, otherwise a processor with fewer cores and higher per-core performance like the A15 mentioned in the article would be far more beneficial.

    1. Re:Quad Core In a Tablet/Phone? by jpapon · · Score: 3, Interesting

      Just because there is only one app running doesn't mean it is running in a single thread. While most apps might not take advantage of multithreading at the moment, if quad core processors become the norm I'm sure you'll see them starting to use it. That is assuming that Apple actually put multithreading into their iphone SDK.

      --
      -- Let us endeavor so to live that when we pass even the undertaker shall be sorry. -- M. Twain
    2. Re:Quad Core In a Tablet/Phone? by Stevecrox · · Score: 4, Interesting

      For me it's more about the manufacturing yields, the article mentions TMSC are struggling with their 40nm production process and this thing is 28nm being released next year. From what I understand TMSC is being used to remove Apples reliance on Samsung, I wouldn't be surprised if this allows Samsung, etc.. to jump ahead as TMSC don't sound ready to mass produce the chip.

      Dual core makes sense because of power saving issues, you can have one low clocked core which is enough for basic phone functionality which is turned off when you started using the phone. In this sense I could even understand a triple core chip, you would have one low power core for when the phones not being used, then when it is you can move OS/Background processes to one core and have a 3rd core for running the main process.

      Surely a purpose built GPU would give far better gaming improvements than an additional A9 core.

    3. Re:Quad Core In a Tablet/Phone? by Graff · · Score: 4, Informative

      Dual core CPUs allow the OS to do one thing in the background and not bog down the device for the running application, but what on earth are you going to do with 4 CPUs when you can only interact with 1 program at a time?

      You do know that iPhone apps can do quite a lot in the background, even if only one app can have focus at one time, right? Right now apps are deliberately curtailed to only certain background activities because of the limitations of the amount of cores, adding in more cores and more powerful cores will allow apps to do more in the background.

      The limitation of being able to interact with one app at a time is due to UI constraints. Even on a regular computer there isn't much case for multiple programs being visible to the user at one time. For the most part a user isn't able to fully interact with multiple programs at a time, the usual case is to view a document in one app while doing work in another. A better solution to this is to allow programs to share their display engines so that a single program can run and display documents from other programs while only having one program running at a time.

      The model of one application running with a few lighter weight processes doing background work makes sense for devices with tight resources and that's the model that iOS is attempting to follow.

    4. Re:Quad Core In a Tablet/Phone? by Anonymous Coward · · Score: 0

      Just because there is only one app running doesn't mean it is running in a single thread. While most apps might not take advantage of multithreading at the moment, if quad core processors become the norm I'm sure you'll see them starting to use it. That is assuming that Apple actually put multithreading into their iphone SDK.

      Seriously. rsmith-mac (a fitting name in many ways) doesn't seem to have even the most basic grasp of how multi-core CPUs can be used when there's a decent thread dispatcher running (something that Apple has focused on quite heavily).

    5. Re:Quad Core In a Tablet/Phone? by perlith · · Score: 4, Funny

      Maybe Apple has finally decided to support Flash?

    6. Re:Quad Core In a Tablet/Phone? by Crash+Culligan · · Score: 3, Interesting

      rsmith-mac: what on earth are you going to do with 4 CPUs when you can only interact with 1 program at a time?

      This assumes that iOS will only ever allow you to interact with one program at a time. This also assumes that iOS doesn't do so already—ever play music while working with another app? It's a question of controls, and finding ways to work with multiple programs that works for the users.

      If I were doing it, I'd consider a "half-screen" mode where you can have two apps open, one on each side of the screen. But that's worse than Apple-armchairing, that's UX-armchairing. *shudder*

      --
      You cannot truly appreciate Dilbert until you read it in the original Klingon.
    7. Re:Quad Core In a Tablet/Phone? by Anonymous Coward · · Score: 4, Funny

      One core for the OS, one for the apps, one for the antivirus and one for the rootkit.

    8. Re:Quad Core In a Tablet/Phone? by Graff · · Score: 3, Informative

      That is assuming that Apple actually put multithreading into their iphone SDK.

      Of course there's threading in iOS. There are examples to be found if you google for them.

    9. Re:Quad Core In a Tablet/Phone? by Superken7 · · Score: 2

      It's also about threading. But even then, while developers don't have access to APIs that spawn processes, the OS _does_ multitasking.

      Also, it's not only a matter of performance, but it's also a matter of power. A quad core processor allows the thing to scale in an energy-proportional manner. Only need a single core? Appropriate performance and every other core will remain powered down - consuming a lot less power. And for mobile, battery life is King.
      Need a lot more power? (games, for example) Yup, its there, just power up all 4 cores and have lots of threads running concurrently.
      (At least that's how it works in theory, every chip and implementation will vary in practice)

    10. Re:Quad Core In a Tablet/Phone? by jpapon · · Score: 1

      Thanks. I wasn't saying that it doesn't exist, I just don't do any iphone programming, so I didn't know.

      --
      -- Let us endeavor so to live that when we pass even the undertaker shall be sorry. -- M. Twain
    11. Re:Quad Core In a Tablet/Phone? by Anonymous Coward · · Score: 1

      Remember : " ...640 kB should be enough ..."

      There plenty of new applications which could make good use of multicore CPUs :
                AI : facial recognition
                            automatic voice translation
                            reading on lips ...
              Desktop use:
                            replace the desktop : -> connect to a large screen, wireless keyboard, etc

              For regular phone use some cores may be inactivated in order to save energy.

    12. Re:Quad Core In a Tablet/Phone? by unixisc · · Score: 2

      If TSMC are struggling with their 40nm process, what makes anyone think that they'll do better with 28nm? The very idea of lithographic shrinks is that once you have a stable process, you then shrink it in order to get more die per wafer, and hence, a theoretical cost down. Theoretical because in practise, a wafer on a finer lithography is going to be more expensive than a previous generation, particularly if new equipment, yield hits and other parameters are factored in. So initially, the new die would have about the same cost as the current die, but would experience a cost reduction as yields improve, as well as test times (more testing is needed on newer die, and over time, as the maturity of the process is proven, some tests that statistically display consistent behavior may be dropped in order to improve fab thoroughput).

      I'm assuming that the A6 could be capable of performing GPU duties as well, just like nVidia's Tegra.

    13. Re:Quad Core In a Tablet/Phone? by rust627 · · Score: 4, Funny

      And one core to rule them all .......

      no, wait, wrong story ........

      --
      da da da dum indeed.
    14. Re:Quad Core In a Tablet/Phone? by Dunbal · · Score: 0, Flamebait

      You do know that iPhone apps can do quite a lot in the background...[]... right?

      Yeah, like sending all your data to Apple without your consent, for example.

      --
      Seven puppies were harmed during the making of this post.
    15. Re:Quad Core In a Tablet/Phone? by Dunbal · · Score: 1, Funny

      Yeah, you're thinking about Microsoft...

      --
      Seven puppies were harmed during the making of this post.
    16. Re:Quad Core In a Tablet/Phone? by Anonymous Coward · · Score: 1

      Classical threading is just one side of the story.

      Internally, many frameworks are multithreaded, mostly the ones that deal with audio, video and image manipulations. And with blocks executing on user-created queues, the improvement can easily be felt.

      Think applying real-time effects to a 1080p video stream (with a preview) and compressing it to H.264 on the fly. On your phone.

    17. Re:Quad Core In a Tablet/Phone? by Anonymous Coward · · Score: 0, Informative

      You should report for Fox News. I get all of my tech and science news there. I hear they are looking for fact based news that is fair and balanced...

    18. Re:Quad Core In a Tablet/Phone? by Anonymous Coward · · Score: 0

      So your theory is that we need 4 cores to run many lightweight apps at the same time. That doesn't make much sense. To find the real reason, you have to look at cpu hungry apps (e.g. video decoding) and know that running a multithreaded version on 4 cores drains the battery less than running a single threaded version on 1 core. Now it makes sense.

    19. Re:Quad Core In a Tablet/Phone? by Graff · · Score: 1

      Think applying real-time effects to a 1080p video stream (with a preview) and compressing it to H.264 on the fly. On your phone.

      A lot of that sort of stuff is also hardware-accelerated where you hand off a stream to the appropriate API and the device will encode/decode using hardware features while using very little CPU.

    20. Re:Quad Core In a Tablet/Phone? by Anonymous Coward · · Score: 0

      "Even with iOS 5's enhancements there's no true multitasking in it or any other tablet/phone OS - every application is interacted with in a full-screen monolithic manner".
      I'm not sure how wrong someone can possibly be, but you're pretty wrong. The iPod App plays music in the background. Music plays while Safari has the screen and is browsing websites. The iPod App plays music while I'm slaughtering the God King in Infinity Blade.

      iOS certain "can" multitask, I do it every day.

    21. Re:Quad Core In a Tablet/Phone? by Graff · · Score: 1

      So your theory is that we need 4 cores to run many lightweight apps at the same time. That doesn't make much sense.

      My "theory" is that there are a lot of apps that can benefit from having additional cores to run threads on. It doesn't matter if it is the front app doing parallel processing or "background" apps that have registered tasks to be run. Additional cores will get used on iOS devices and they provide additional flexibility to the software.

    22. Re:Quad Core In a Tablet/Phone? by DJRumpy · · Score: 2

      You're making a few wrong assumptions. Multiple cores doesn't mean all cores are powered on at the same time. It also ignores advances in battery tech and power management (something Apple pays particular attention to), as well as miniaturization allowing larger batteries due to smaller components. We've already seen this in later generations of iDevices.

      This will be a boon to game makers to allow more complex AI as well as short term CPU boosts for processes that need it. It also ignores the innate possibilities of parallelism allowed with multi-core systems at a lower MHz.

      So your theory is that we need 4 cores to run many lightweight apps at the same time. That doesn't make much sense.

    23. Re:Quad Core In a Tablet/Phone? by Graff · · Score: 2

      Music plays while Safari has the screen and is browsing websites.

      Not to mention the file system and underlying OS operations, notification services, location services, and so on. There's a lot of things that run in the background under iOS and more cores is just going to help them run more smoothly.

    24. Re:Quad Core In a Tablet/Phone? by Kjella · · Score: 3, Informative

      The article is talking about things long in the past, I have a HD5850 in my machine that's almost two years old and built on 40 nm process from TMSC. That process has been fairly stable for a long time now even though it was a bit delayed and early yields weren't as good as hoped. Where they have really struggled is with their 32-34 nm - I don't remember exactly - process that should have gone into the last generation of chips. In short, they ended up simply skipping it since they were due to deliver 28 nm by the time it would be ready. And there's actually three 28 nm processes, LP, HPL and HP which you can call low, mid and high-power. LP is really just for support chips, but it's rumored that HPL will be used for the next generation Cortex and AMDs Southern Islands, while nVidia is waiting on the HP process for their next generation. For the GPU business it just means progress is slower - both AMD and nVidia are stuck waiting for TMSC. For CPUs on the other hand Intel and GlobalFoundries are heavy competitors - GF to take over the business while Intel only produce for themselves - but being a process step behind is like fighting with one hand tied behind your back.

      --
      Live today, because you never know what tomorrow brings
    25. Re:Quad Core In a Tablet/Phone? by MobileTatsu-NJG · · Score: 1

      ...but what on earth are you going to do with 4 CPUs when you can only interact with 1 program at a time?

      A multi-threaded app would process data more quickly. It's a way of getting more processor power out without raising the clock speed any more.

      --

      "I like to lick butts!" by MobileTatsu-NJG (#32700246) (Score:5, Informative)

    26. Re:Quad Core In a Tablet/Phone? by thesh0ck · · Score: 0

      android tables support windowing apps so you can run more than one at the same time next to each other or overlapping in windows.

    27. Re:Quad Core In a Tablet/Phone? by ninetyninebottles · · Score: 1

      Right now apps are deliberately curtailed to only certain background activities because of the limitations of the amount of cores, adding in more cores and more powerful cores will allow apps to do more in the background.

      I think Apple has been very upfront about the fact that limiting available background activities is primarily about power management and battery. Nothing about 2 cores prevents you from maxing them out, it's just that most of the apps that do such a thing do so because they are poorly and lazily coded. Apple's restrictions have always been about forcing developers to make apps that run in a way that will not kill the user's battery and several of the Android developers have made comments about wishing they had done the same. That said, I think Android's model of informing the user of battery usage and trying to automatically curtail it in the OS is a more flexible solution if they can make it work. If they paired it with a stronger vetting system it would probably be better than the iOS solution right now.

    28. Re:Quad Core In a Tablet/Phone? by flosofl · · Score: 2

      Yeah, like sending all your data to Apple without your consent, for example.

      Right, because that *totally* happened. It wasn't a file that was just sitting on the phone accumulating more and more data as everyone else has reported*. You have the truth because you have an axe to grind.

      * Yes, that's bad enough, but let's not just make shit up, m'kay?

      --
      "This calls for a very special blend of psychology and extreme violence" - Vyvyan "The Young Ones"
    29. Re:Quad Core In a Tablet/Phone? by flosofl · · Score: 2

      Maybe Apple has finally decided to support Flash?

      Yeah, but with only 4 cores Flash will still drop frames.

      --
      "This calls for a very special blend of psychology and extreme violence" - Vyvyan "The Young Ones"
    30. Re:Quad Core In a Tablet/Phone? by Anonymous Coward · · Score: 1

      Four cores for the birds so angry...

    31. Re:Quad Core In a Tablet/Phone? by Anonymous Coward · · Score: 0

      Do you have any example of a useful cpu-heavy "background app"? Sorry but alarm clocks and reminder apps only need 0.001 core. Timesharing is fine for them. Even mp3 decoding requires less than 0.1 core nowadays.

    32. Re:Quad Core In a Tablet/Phone? by patniemeyer · · Score: 2

      I can think of dozens of things that they are dying to use that power for: Pumping 4x the pixels for a high resolution display, doing processing related to speech recognition (even if the matching is done server side), running spotlight indexing on local content as you download it... (e.g. your email and docs from the cloud), playing HD video while doing all of the above, supporting a "mission control" style app switcher with live previews and spaces style switching, supporting airplay in the background while you are using the iPad for something else (maybe even someone else controlling it), games with really good physics simulations (which are dominating the app store and making apple millions) :), multi-way video chat compositing, and ten things only Steve Jobs has thought of...

    33. Re:Quad Core In a Tablet/Phone? by __aazsst3756 · · Score: 2

      OS X has core load sharing built into the OS. Even though you are only doing one task, it can split it up over multiple cores. iOS does do multitasking, but you are correct it is very limited, and almost nothing is exposed to 3rd party apps.

    34. Re:Quad Core In a Tablet/Phone? by Anonymous Coward · · Score: 1

      Most which assuming the underlying OS is properly coded, should require effectively 0% CPU utilization. If a MP3 player and notification services requires a 600mhz core, you have issues. Serious issues.

    35. Re:Quad Core In a Tablet/Phone? by UnknowingFool · · Score: 2

      Going to a second supplier makes sense for most companies including Apple. Reliance on one supplier for a critical part makes some companies nervous. As for Samsung jumping ahead TSMC, it's unlikely to happen soon as Samsung has only started making products on their 30 nm lines within this year. Going to the next step (22 nm) will take a few years for them.

      I don't know about using separate cores clocked differently. That seems it would cause more problems than solving the power consumption problem especially if you are actually running two processes that need both at max speed for some reason. The additional engineering as well as silicon space makes it improbable. Apple sorta of solved this problem by making both cores variable speed in the A5 with a max clock rate of 1GHz. This is more flexible solution to the problem.

      Maybe someday gaming on a mobile device might require a GPU that is closer to a desktop version but right now other factors says it doesn't make sense. These devices focus mostly on video first than 3D gaming. Even nVidia's Tegra system which uses GeForce GPUs focuses much more on things like H264 decoding than Crysis fps.

      --
      Well, there's spam egg sausage and spam, that's not got much spam in it.
    36. Re:Quad Core In a Tablet/Phone? by Anonymous Coward · · Score: 0

      > Right now apps are deliberately curtailed to only certain background activities because of the limitations of the amount of cores.
      No. They're limited to only certain background activities because of the limitations of the battery in the phone, which would be drained really quickly. Quad cores aren't going to help here.

    37. Re:Quad Core In a Tablet/Phone? by vijayiyer · · Score: 2

      Go use OmniGraffle on iPad. You'll want the 4 cores (easily threadable tasks, not enough cores).

    38. Re:Quad Core In a Tablet/Phone? by catmistake · · Score: 2

      Even with iOS 5's enhancements there's no true multitasking in it or any other tablet/phone OS

      Technically incorrect. Both iOS and Android are TRUE multitasking operating systems, which iOS inherits from BSD, and Android inherits from Linux. So perhaps you only work with one app at a time, but there is far more going on than you realize... all those processes running on your phone in the background? Those are tasks. Even when you're not using it, it is probably multitasking away and you didn't even realize!

    39. Re:Quad Core In a Tablet/Phone? by catmistake · · Score: 1

      Maybe Apple has finally decided to support Flash?

      What is Flash? You mean a flash drive? Get the Camera Connection Kit and that will give you a USB port, and it apparently supports flash drives.

    40. Re:Quad Core In a Tablet/Phone? by Anonymous Coward · · Score: 0

      > Right now apps are deliberately curtailed to only certain background activities because of the limitations of the amount of cores

      Can you please cite a source for this? It seems much more plausible that this is due to power management concerns.

    41. Re:Quad Core In a Tablet/Phone? by Pieroxy · · Score: 1

      Do you have any example of a useful cpu-heavy "background app"? Sorry but alarm clocks and reminder apps only need 0.001 core. Timesharing is fine for them. Even mp3 decoding requires less than 0.1 core nowadays.

      Tom tom or navigon?

    42. Re:Quad Core In a Tablet/Phone? by macs4all · · Score: 2

      You do know that iPhone apps can do quite a lot in the background...[]... right?

      Yeah, like sending all your data to Apple without your consent, for example.

      You're confusing Apple with Android. Only with Android, all your data gets sent to some entity you have no identity for.

    43. Re:Quad Core In a Tablet/Phone? by macs4all · · Score: 1

      Do you have any example of a useful cpu-heavy "background app"? Sorry but alarm clocks and reminder apps only need 0.001 core. Timesharing is fine for them. Even mp3 decoding requires less than 0.1 core nowadays.

      I can think of a few foreground apps that would benefit from as many cores as you care to throw at them:

      Multitrack recording apps, like GarageBand.

      Video CODEC intensive apps, like iMovie.

    44. Re:Quad Core In a Tablet/Phone? by Anonymous Coward · · Score: 0

      Prophecies of doom and conspiracy theories are more of a NY Times thing.

  4. Stacked Chips by narcc · · Score: 5, Funny

    I bet they'll try to patent this "innovation" -- even though they clearly stole the idea.

    For goodness sake, Pringles has been stacking chips since the 1960's.

    1. Re:Stacked Chips by Anonymous Coward · · Score: 0

      No Pringles only got around in 2001 or so.

    2. Re:Stacked Chips by TheRaven64 · · Score: 5, Interesting

      Pringles claimed that they were stacking cakes. They lost a court case in the UK over this a couple of years back - for strange historical reasons, you pay VAT on crisps, but not on cakes. Pringles had been avoiding paying VAT by claiming that, because they were made from baked dough, they were cakes and not crisps.

      --
      I am TheRaven on Soylent News
    3. Re:Stacked Chips by Dunbal · · Score: 2
      I used to eat Pringles as a kid and I'm 40+. They have been around and stacking chips for longer than you think.

      However there is more prior art - casinos have been stacking chips for many decades...

      --
      Seven puppies were harmed during the making of this post.
    4. Re:Stacked Chips by itsdapead · · Score: 4, Informative

      They lost a court case in the UK over this a couple of years back - for strange historical reasons, you pay VAT on crisps, but not on cakes.

      The strange historical reasons being that some bright spark thought they could be really clever by only charging VAT on "non-essential" items, thus creating endless work for lawyers and committees arguing over what was "essential".

      ...and as anybody who watches QI knows, the official definition is that "cakes" go hard when they are stale, whereas biscuits* go soft.

      * That's biscuits as in British English, i.e. cookies or crackers - not scones (which I guess are cakes).

      --
      In a survey of 100 programmers, 111111 thought that duck-typing was a good idea.
    5. Re:Stacked Chips by foniksonik · · Score: 1

      You're thinking of stacking the deck, Casinos have been stacking the deck for many decades.

      --
      A fool throws a stone into a well and a thousand sages can not remove it.
    6. Re:Stacked Chips by Anonymous Coward · · Score: 1

      The idea of not charging VAT on essentials is a good one in that it reduces the tax burden of the poor. But why exactly are cakes essential and biscuits aren't?

    7. Re:Stacked Chips by mikael · · Score: 1

      Some bright spark also thought it would be clever to charge VAT on hot meals and not cold ones.

      --
      Vintage computer adverts: http://www.vintageadbrowser.com/computers-and-software-ads
    8. Re:Stacked Chips by welcher · · Score: 1

      Surely a scone is a bread, albeit leavened with soda rather than a yeast...

    9. Re:Stacked Chips by mattack2 · · Score: 1

      Sounds a lot like the U.S. If I get my Subway toasted, it gets taxed. Untoasted, it's not taxed. Wacky.

  5. Doesn't sound true by KClaisse · · Score: 3, Interesting

    Apple has already had problems in the past with low-stock at launch. Why would they risk having even worse problems using unproven tech at a fab they haven't used before? There's always problems with supply when dealing with smaller fab tech, which will probably be worse with 3D being thrown in.

    1. Re:Doesn't sound true by jpapon · · Score: 2

      I agree. There's no way that Apple is trusting the manufacture of what could be tens of millions of chips to an unproven technology. Even if (and that's a big if) TMSC could manage to get chips delivered on schedule, there's no telling what sort of reliability issues you'd be seeing 6 months down the road... especially with something like "3D" chips. I really don't think that Apple's business execs are crazy enough to take a risk like that.

      --
      -- Let us endeavor so to live that when we pass even the undertaker shall be sorry. -- M. Twain
    2. Re:Doesn't sound true by jimicus · · Score: 2

      I dunno. If there's one thing the last five years have shown, Apple are quite prepared to take calculated risks. Moving to x86 architecture, the iPhone and the iPad were all calculated risks which could easily have gone horribly wrong.

    3. Re:Doesn't sound true by Pikoro · · Score: 1

      I'm thinking it's more along the lines of "There is more demand when we can produce less so lets start at a higher starting price point."
      Later, when the pace of production can meet demand, they can just let the same price ride until competition shows up. Then, they can reap the benefits of an extra 6-9 months of higher prices, and then drop them when needed with no overhead.

      Not sure, I'm not an apple consumer, but has the price of an apple product ever dropped until the next iProduct came out?

      --
      "Freedom in the USA is not the ability to do what you want. It is the ability to stop others from doing what THEY want"
    4. Re:Doesn't sound true by Anonymous Coward · · Score: 0

      What part is unproven? 28nm chips have been shipping for a few months in DRAM and FPGAs. Stacked dies have been around for at least 8 years.

    5. Re:Doesn't sound true by realityimpaired · · Score: 1

      More than a few months... different manufacturer, but Intel has been shipping 28nm Arrandale processors for over a year now. :) I have one in the laptop sitting in front of me as I type this.

    6. Re:Doesn't sound true by realityimpaired · · Score: 1

      I sit corrected... 32nm for the arrandale. it's the next generation that's 28nm.

    7. Re:Doesn't sound true by flosofl · · Score: 1

      I'm thinking it's more along the lines of "There is more demand when we can produce less so lets start at a higher starting price point." Later, when the pace of production can meet demand, they can just let the same price ride until competition shows up. Then, they can reap the benefits of an extra 6-9 months of higher prices, and then drop them when needed with no overhead.

      Not sure, I'm not an apple consumer, but has the price of an apple product ever dropped until the next iProduct came out?

      That pretty much never happens. Historically, Apple has a price point and it stays there across multiple hardware refreshes. This is true for the mobile devices as well as computers and laptops. If a price drops, it's typically when a new hardware version is released (like the shift down across the iMac and MacBook Pro models) and the drop is permanent. The only time I remember it happening during a product's life cycle was for the 1st gen iPhone. I seem to recall the subsidizedprice dropping $100 or so a couple months after launch.

      What I've seen with the iPhone is Prev Gen phone = $99 subsidized and the new gen is $199/$299 subsidized. That's the only time a currently selling product gets a price reduction during it's life cycle at Apple.

      --
      "This calls for a very special blend of psychology and extreme violence" - Vyvyan "The Young Ones"
    8. Re:Doesn't sound true by spire3661 · · Score: 0

      Low stock is not a problem when you have products as hot as apple's. If there were viable competitors you might have a point

      --
      Good-bye
    9. Re:Doesn't sound true by Osgeld · · Score: 1

      this is not really uncommon in the history of apple

    10. Re:Doesn't sound true by Kohath · · Score: 1

      Because they have to. Their competitors are using the 28nm tech also. If it works (which is likely, since you can already get chips produced with this tech from a couple companies) then Apple needs to be in on it rather than stuck with an older, slower, hotter, more power-hungry chip. If it fails, then it fails for everyone and Apple is no worse off than their competitors.

    11. Re:Doesn't sound true by Anonymous Coward · · Score: 0

      Apple's products have often exploited bleeding edge technology in order to get a temporary leg up. Part of what made the iphone so good was its use of a capacitive instead of resistive touch screen. Part of what reviewers thought was amazing "iphone" technology was just apple pushing a better technology before it was well established.

  6. Historically? by A12m0v · · Score: 2

    The A4 and A5 are not even that old.

    --
    GENERATION 25: The first time you see this, copy it into your sig on any forum and add 1 to the generation.
  7. What is a 3D stacked chip for a fab? by unixisc · · Score: 1

    Is TSMC now into doing assembly, in addition to wafers? Since when did it get into the packaging business? I thought that their business model was to ship their wafers to the assembly houses approved of by their customers, in this case, Apple, and that the assembly houses involved would do the packaging for them. From 3D stacked chip, I'm assuming that they'll be stacking multiple die on each other, like in an MCP. What's it in case of an A6 - 4 basic CPU's just stacked one over the other? Some of the signals, like data & address could be easily routed, but quite a number of the control signals would have to be multiplexed so that more than one CPU ain't accessed @ any one time.

    The other part of the question - iOS - is it something that's as SMP enabled as OS-X is? From what I've seen of i-PADs, they are not multi-tasking OS's at all - all they do is save the state of an app once you exit it, and resume from that point if you return. If that's the case, how does multiple cores help for this case?

    Finally, Apple can make this chip even better for themselves by moving their macs and airbooks to this processor, so that they have just one CPU platform of their own, making it easier to have a common code base for their apps, like Safari, Mail, et al.

    1. Re:What is a 3D stacked chip for a fab? by Anonymous Coward · · Score: 0, Funny

      wow, for somebody as completely clueless about every topic you mention, It's amazing
      you felt the need to inform the word of you lack of knowledge.

    2. Re:What is a 3D stacked chip for a fab? by Osgeld · · Score: 1

      they are not taking wafers and stacking them up like a club sandwich, its all on a wafer with multiple planes

    3. Re:What is a 3D stacked chip for a fab? by UnknowingFool · · Score: 3, Informative

      From 3D stacked chip, I'm assuming that they'll be stacking multiple die on each other, like in an MCP.

      Stacked chips having been happening a long time. The A4 and A5 are stacked with the CPU and the memory on top of each other. Technically there is no reason why they can't stacked CPUs on top of each other. Practically, I suspect heat is a problem.

      The other part of the question - iOS - is it something that's as SMP enabled as OS-X is? From what I've seen of i-PADs, they are not multi-tasking OS's at all - all they do is save the state of an app once you exit it, and resume from that point if you return. If that's the case, how does multiple cores help for this case?

      iOS is based on OS X which is based on BSD so yes SMP is there. Your knowledge about iPads is very out of date. The hardware itself is capable of multitasking as you play music while surfing web. The APIs that Apple exposes limits how applications access the multitasking. Fast-switching is the most common used version because most applications don't really need to keep running while not being used. However Apple provides seven different multitasking models in iOS 4 released more than a year ago.

      Finally, Apple can make this chip even better for themselves by moving their macs and airbooks to this processor, so that they have just one CPU platform of their own, making it easier to have a common code base for their apps, like Safari, Mail, et al.

      Except that ARM and x86 instruction sets are not compatible. You can emulate x86 in an ARM environment but it will be painfully slow. Emulating ARM in an x86 environment will work but there's no real point other than coding and debugging for something like iOS.

      --
      Well, there's spam egg sausage and spam, that's not got much spam in it.
    4. Re:What is a 3D stacked chip for a fab? by catmistake · · Score: 0

      From what I've seen of i-PADs, they are not multi-tasking OS's at all

      You must be a Windows user. Windows users eternally confuse operating systems with interfaces. iOS and Android are true multi-tasking operating systems. The interface currently restricts focus to one app at a time, but backgrounding apps, as well as being based on BSD an Linux respectively, means that iOS and Android both are true multitasking operating systems.

    5. Re:What is a 3D stacked chip for a fab? by unixisc · · Score: 1

      Stacking of multiple die is always done at die level. Depending on the aspect ratios, it may or may not require spacer chips, which are dummy die between 2 die to enable wire-bonding between the 2. You never stack wafers

  8. HAHA! by msauve · · Score: 2

    FTA:
    " Given the iPhad's dominant market position, "

    I wonder who slipped that in there?

    --
    "National Security is the chief cause of national insecurity." - Celine's First Law
  9. What if not? by Anonymous Coward · · Score: 0

    this could well not be true - these days Apple takes one sustainable step forward (like incremental development of iPod) - rather than one giant leap ahead that well turn to a giant fall (like Newton).

  10. Each core can run more slowly by Anonymous Coward · · Score: 0

    I believe that energy consumption of a transistor is the square of its speed. With double the microprocessors, instead of a faster processor running the less urgent threads, multiple, slower processors can. Thus, power savings.

    1. Re:Each core can run more slowly by unixisc · · Score: 1

      Power consumption is the square of the voltage (or the current), not the speed. One would have to know the relationship b/w the speed in GHz and the current consumed by the chip to know the relationship between power and speed. One thing though - higher speeds do decrease the MTBF (mean time b/w failures) and make it likelier for a chip to fail sooner rather than later.

  11. Blah... by Anonymous Coward · · Score: 0

    What this boils down to is jack squat. Every damn time some new chip comes out, there's more marketing diatribe surrounding it than actual functionality. Need I not remind us all of the P4 boner everyone had at the time? Give this thing a month (if that) and the hype will be plaguing something else...

  12. I would guess it would depend on when by Sycraft-fu · · Score: 2

    So TSMC's 28nm is going to be what is behind AMD and nVidia's next gen GPUs, despite their poor handling of 40nm for both companies. Those guys (nVidia in particular) also have a large first dibs on the production.

    So if they are planning on the A6 from there later in 2012, well I could see it. Both nVidia and AMD want to launch new GPUs soon. I'm sure they want a Christmas launch though realistically it'll probably be early next year. Ok well they do those, tons o' chips are made with the 28nm process, the big surge of demand is met, then things are good. Mid to later 2012 comes along and the 28nm TSMC process is stable and the kinks worked out, good to go.

    However if they are going to try and do it early 2012, well I think that'd be bad. They'd be seriously supply constrained fighting with nVidia and AMD. While no doubt TSMC would love to give Apple what they want to get their business, they have standing contracts with nVidia and AMD (which aren't small either).

    1. Re:I would guess it would depend on when by MCSEBear · · Score: 1

      Are nVidia and AMD willing to finance a Fab for TSMC? Apple has a history of paying manufacturers enough in advance for their product to finance the plant and equipment needed to build that product.

      This certainly changes the the equation when deciding which client should have priority.

    2. Re:I would guess it would depend on when by Sycraft-fu · · Score: 1

      Would be far too late for that. If you want 28nm stuff the fab not only needs to be built now, it needs to be full of equipment and staff, and be producing test runs. Building a fab takes a -long- time. How long? Well to give you an idea Intel is already building Fab 42 in Chandler for 14nm processors. Please remember they don't even make 22nm processors yet, however they are already in construction of the fab after it.

      Also in terms of altering contracts for this generation, it is too late. nVidia and AMD already have the contracts in. You can't back out of those without facing penalties. Apple could finance their next generation stuff (though it is already under construction right now) but that wouldn't change anything with the current generation of contracts.

      Plus I think you underestimate how large the nVidia and AMD contracts are. You are thinking video cards, which are large no doubt about it. However also remember notebook graphics but then a real biggy: Console graphics. Every single current generation console has a graphics chip from one of those two. The PS3 uses nVidia, the 360 and Wii use AMD.

      I'm not saying they don't want Apple's mobile business. They want any business they can have. I'm saying that the first run of their 28nm stuff is going to the graphics companies and there's not much that can change that.

  13. My iOS App uses a background thread by Anonymous Coward · · Score: 0

    All user interface operations have to be done on the "main thread", that is, the thread that was running when your program starts up. If you have a lot of CPU intensive work to do, or will be blocking for I/O to complete, Apple actually recommends that you put that on a background thread. There is support for for threads in both Cocoa (desktop) and Cocoa Touch (iOS).

  14. "Stacking" by __aazsst3756 · · Score: 1

    Assume by "stacking" they are referring to (and the article alluded to) something similar to Intel's Tri-Gate transistors?

    http://hothardware.com/News/Intel-Announces-New-22nm-3D-Trigate-Transistors/

    And not simply stacking and interconnecting like this?

    http://www.tomshardware.com/news/rochester-3d-processor,6369.html

  15. NVIDIA has quad A9 already by Anonymous Coward · · Score: 0

    It seems that nvidia has a quad core A9 with GPU, with devices shipping October 2011.

    Given that many people are using TSMC, I suspect a lot of fabless chip companies have plans for 28nm in 2012. And Apple is not TSMC's biggest customer by a long shot.

  16. It is the GPU that wil matter! by Bram+Stolk · · Score: 3, Interesting

    Apple can afford to bring out iPad3 with a CPU that is not much faster than the current one.
    What they can not afford, is stalling GPU performance.

    If rumours are correct, and iPad3 will have a retina display, it will need a lot more shader performance to fill that screen with 3 million pixels. As it is now, it is hard enough to get 60fps on non retina displays with moderately complex OpenGL ES2 shaders.

    --
    Bram Stolk http://stolk.org/tlctc/
    1. Re:It is the GPU that wil matter! by narcc · · Score: 0

      If rumours are correct, and iPad3 will have a retina display

      That's what the rumors said about the iPad2 ...

      If you can trust apple to do anything, it's to provide no more than minor upgrades to their products, as we've seen with every iPhone and iPad so far.

      It doesn't really matter what they release, millions will still buy it.

    2. Re:It is the GPU that wil matter! by The+Dawn+Of+Time · · Score: 1

      Do you figure if you just make shit up, it somehow gives your point credence?

    3. Re:It is the GPU that wil matter! by narcc · · Score: 1

      Sorry, what part of my post do you think I "made up"?

      The iPad2 was rumored to have a retinal display, and every new generation of iPhone and iPad has been a fairly minor upgrade in terms of specifications and features.

      Do you think that millions won't buy the next incremental upgrade?

    4. Re:It is the GPU that wil matter! by jcr · · Score: 1

      Never looked at an iPhone 3 and an iPhone 4 side-by-side, have you?

      -jcr

      --
      The only title of honor that a tyrant can grant is "Enemy of the State."
    5. Re:It is the GPU that wil matter! by narcc · · Score: 1

      I assume you think that adding a newer display somehow made it no longer a mundane update? I would expect a newer version to have a newer display!

      I know that Steve told you it was "revolutionary", but it really was just another minor update. Take a look at the specs. Somewhat less awesome now, eh?

    6. Re:It is the GPU that wil matter! by jcr · · Score: 1

      It's not just a "newer display." Do you have any idea how difficult it is to double the DPI of an LCD panel?

      it really was just another minor update.

      Wow, I'm totally impressed by how blasé you are. I guess you must have a full-color holographic projector on your phone.

      -jcr

      --
      The only title of honor that a tyrant can grant is "Enemy of the State."
    7. Re:It is the GPU that wil matter! by narcc · · Score: 1

      You're still on this? Okay, let's add some perspective.

      Before the iPhone 4, Apple had one of the lowest pixel densities on the market. It's not like they were best-in-class here.

      The LG Arena way back in early 2009, had a 311 ppi display.

      Even earlier, the Xperia X1 from late 2008 had a 311 ppi display

      Apple iPhone 4, in the middle of 2010 had a 326 ppi display.

      Sure, it was the highest on the market at the time, but only slightly higher than phones that came out more than a year before.

      So, yeah, it was just another mundane refresh.

    8. Re:It is the GPU that wil matter! by jcr · · Score: 1

      Do you know the difference between manufacturing sample quantities and million-lots?

      -jcr

      --
      The only title of honor that a tyrant can grant is "Enemy of the State."
    9. Re:It is the GPU that wil matter! by narcc · · Score: 1

      Sample quantities? For multiple, popular, retail products?

      It seems that you're delusional. Not that it matters to me. Enjoy believing that the next mundane refresh of the iPhone will "change everything again".

      Perhaps this time they'll have a notification system that works half as well as a 5 year old blackberry. It'll be revolutionary!

  17. Quad Core is not just for handhelds by SethJohnson · · Score: 3, Insightful

    Apple has been twisting Intel's arm (that IS a pun) about power consumption and threatening to dump their chips in favor of ARM. Another way Intel limits Apple is that their product cycles are tied to Intel's product cycles, which constrains Apple to a parity with other laptop vendors. By moving to a homebrewed CPU, it would give Apple even more architectural control / freedom which would assist in differentiating Apple products from their competition.

    Funny how it all comes full circle. Apple suffered from having its unique RISC architecture for many years. Then Apple conformed to X86 for just a few years and leveraged that to get enough marketshare that they can move back to an independent architecture again.

    Seth

    1. Re:Quad Core is not just for handhelds by UnknowingFool · · Score: 2

      The move from PPC to Intel was more about logistics than performance. Apple might have been Motorola's and IBM's most high profile customer but they would really be a small customer in terms of volume. Due to the nature of Apple's consumer business, their chips would have to be heavily customized requiring more R&D and cheaper by unit as they were intended for consumers. IBM's internal server/workstation division would pay more for PPC chips as they were intended for higher-end computing. Apple would need yearly upgrades and IBM never got the heat/power consumption down to acceptable levels for a mobile G5 chip. Developing mobile technology would require more R&D and I suspect IBM wanted Apple to pay a significant amount towards R&D as none of their other customers would want to use such technology.

      Also remember these days no manufacturer wants to keep a large inventory for cost reasons. Motorola and IBM would only make enough chips as Apple would order. Apple also would only order as much as they thought they needed. If Apple upped their order, both companies would have to find a way to shift around manufacturing schedules to keep up. There was very little margin of error there and Apple always had supply problems.

      Now contrast this to the cell processors that IBM makes for Xbox and PS3. Both are custom but haven't changed designs in years. Being a static design has allowed IBM to shift production to the smaller 45nm line from 90nm to save costs.

      So if you're Apple you are faced with constant supply problems and higher future costs to keep using PPC. Or switch to Intel stock processors where Intel bears the brunt of costs for R&D. Intel has already developed the mobile technology you wanted. Intel can take shifts in orders because if they make more processors in anticipation of your orders and if you don't buy those processors, one of their other customers will.

      Now the mobile device market is completely different as everyone uses custom processors anyways. Everyone tweaks their processors for their own needs.

      --
      Well, there's spam egg sausage and spam, that's not got much spam in it.
    2. Re:Quad Core is not just for handhelds by Anonymous Coward · · Score: 0

      I agree with your general analysis. However, it would have been beneficial for IBM to work on power consumption now as we're seeing interest in ARM chips for servers. That R&D could have helped them in the market

    3. Re:Quad Core is not just for handhelds by unixisc · · Score: 1

      Was Apple buying their PPCs from just IBM, or Mot/Freescale as well? I thought the reason Apple dropped PPC is that these 2 didn't have a long term roadmap on performance upgrades, which is what they were looking for. And since that time, IBM has been improving the power management of the Power considerably, so that today, despite being tops in performance and used for things like SAP, it consumes remarkably low power. Apple might want to consider re-instating servers w/ the Power7.

      Also, Power is now an open specification, so it's no longer restricted to just IBM and Motorola. Apple could take it to any fab, like TSMC, and have them make what they need.

      Also, Apple was a far bigger consumer of PPCs than IBM itself - the number of Macs they sold, while low, easily dwarfed the number of IBM Power7 systems sold. Incidentally, did IBM ever migrate their other legacy products to Power7, or do they still make upgrades to those legacy platforms as well?

    4. Re:Quad Core is not just for handhelds by UnknowingFool · · Score: 1

      Was Apple buying their PPCs from just IBM, or Mot/Freescale as well? I thought the reason Apple dropped PPC is that these 2 didn't have a long term roadmap on performance upgrades, which is what they were looking for. And since that time, IBM has been improving the power management of the Power considerably, so that today, despite being tops in performance and used for things like SAP, it consumes remarkably low power. Apple might want to consider re-instating servers w/ the Power7.

      Apple first bought all CPUs from Motorola then switched to using desktops CPUs from IBM. They still relied on Motorola for mobile G4 chips and IBM never released a mobile G5. I suspect heat and power consumption were not good enough for laptops. Even if IBM has been improving on power management, Apple is not likely to have their servers on one platform and the rest of their line on another.

      Also, Power is now an open specification, so it's no longer restricted to just IBM and Motorola. Apple could take it to any fab, like TSMC, and have them make what they need.

      Yes but Apple will have to do all the R&D themselves. They design their own A4 and A5 chips however significant portions of those chips like the ARM and graphic cores are licensed by Apple but not designed by them. It's not that Apple couldn't do so but it is a much larger undertaking than designing their iDevice CPUs.

      Also, Apple was a far bigger consumer of PPCs than IBM itself - the number of Macs they sold, while low, easily dwarfed the number of IBM Power7 systems sold. Incidentally, did IBM ever migrate their other legacy products to Power7, or do they still make upgrades to those legacy platforms as well?

      At their peak, Apple might have purchased maybe 2-3 million PowerPC CPUs a year from IBM with 2 million from Motorola. But remember these chips were cheaper than workstation/server grade POWER IBM would buy internally. While it is not clear how many units IBM sold to itself, the systems group sold about $24B worth of hardware and services. IBM also most likely sold more than just CPUs to themselves. In the ASIC business IBM has sold more processors to their other customer MS for Xbox than Apple and that processor hasn't changed in years. From the viewpoint of IBM which customer would you prioritize: Apple who needs new upgrades every year for cheaper processors and a lot of R&D, IBM who is internal but willing to pay a lot more per chip, or MS who needs the same processor year after year?

      --
      Well, there's spam egg sausage and spam, that's not got much spam in it.
    5. Re:Quad Core is not just for handhelds by unixisc · · Score: 1

      Also, Power is now an open specification, so it's no longer restricted to just IBM and Motorola. Apple could take it to any fab, like TSMC, and have them make what they need.

      Yes but Apple will have to do all the R&D themselves. They design their own A4 and A5 chips however significant portions of those chips like the ARM and graphic cores are licensed by Apple but not designed by them. It's not that Apple couldn't do so but it is a much larger undertaking than designing their iDevice CPUs.

      Yeah, but Apple bought a company called PA Semiconductors in 2008, who were doing not an ARM, but a PowerPC based CPU. That company was not making any ARM processors until Apple bought them. So Apple could have taken their PWRficient designs, and designed their iPads, iPods and even Airbooks around it. As it is, OS-X already exists for the PPC, so it would have been a question of updating their recent versions so that it was supported.

      Also, Apple was a far bigger consumer of PPCs than IBM itself - the number of Macs they sold, while low, easily dwarfed the number of IBM Power7 systems sold. Incidentally, did IBM ever migrate their other legacy products to Power7, or do they still make upgrades to those legacy platforms as well?

      At their peak, Apple might have purchased maybe 2-3 million PowerPC CPUs a year from IBM with 2 million from Motorola. But remember these chips were cheaper than workstation/server grade POWER IBM would buy internally. While it is not clear how many units IBM sold to itself, the systems group sold about $24B worth of hardware and services. IBM also most likely sold more than just CPUs to themselves. In the ASIC business IBM has sold more processors to their other customer MS for Xbox than Apple and that processor hasn't changed in years. From the viewpoint of IBM which customer would you prioritize: Apple who needs new upgrades every year for cheaper processors and a lot of R&D, IBM who is internal but willing to pay a lot more per chip, or MS who needs the same processor year after year?

      X-box would definitely be a bigger customer than Apple: I was thinking about Apple vs IBM. Granted, all of IBM's computers now use Power CPUs, and a lot of them are SMP systems, but how many systems are there like the one Watson runs on, a cluster of 90 computers, which on average have 32 CPU cores in them? Would all the ones that IBM has even made to date exceed the number of PowerPC based Macs sold? Even accepting that IBM overpays for their own processors, would that be preferable to having a customer like Apple who drives up their volumes?

    6. Re:Quad Core is not just for handhelds by UnknowingFool · · Score: 1

      Yeah, but Apple bought a company called PA Semiconductors in 2008, who were doing not an ARM, but a PowerPC based CPU. That company was not making any ARM processors until Apple bought them. So Apple could have taken their PWRficient designs, and designed their iPads, iPods and even Airbooks around it. As it is, OS-X already exists for the PPC, so it would have been a question of updating their recent versions so that it was supported.

      I suspect Apple bought out PASemi more for their expertise and patents than their designs specifically for mobile devices not laptops. Again, it's not that Apple can't do it with enough resources or money but that the effort would be quite large. PASemi had maybe 150 engineers; I think Intel employs thousands for chip design. Also bear in mind what Apple wants from PowerPC was laptop and desktop CPUs for consumers. Even IBM with all their resources and chip expertise was never able to release laptop CPUs in the G5 series. I suspect they needed a lot of R&D and wanted Apple to help fund it.

      Even accepting that IBM overpays for their own processors, would that be preferable to having a customer like Apple who drives up their volumes?

      Yes today Apple might be in the 15 million CPU range however IBM sells about 12 million themselves. But IBM pays more because those are workstation/server CPUs. Apple's orders might be slightly more but they are also cheaper with lower profit margin. In the end every company has to look at the bottom line.

      --
      Well, there's spam egg sausage and spam, that's not got much spam in it.
  18. Economics 101 by sjbe · · Score: 1

    Going to a second supplier makes sense for most companies including Apple.

    "Most"? Actual it does NOT make sense most of the time for simple reasons of economics. Virtually all manufacturing has large fixed costs (tooling, engineering, setup, salaries, etc) which have to be recouped somehow. If you produce a small number of units, your per-unit cost climbs steeply. This is 100% of the reason for volume discounts.

    The problem with using a second supplier is that you are replicating all of these fixed costs but you can only amortize them over half the number of units. Worse, both suppliers have to be able to scale production in the event the other supplier cannot meet demand. This means your equipment utilization is going to be quite poor since you are keeping production capacity intentionally idle. It is a very rare circumstance where you can second source (on custom products) without incurring very significant extra costs.

    Second sourcing only makes sense under one of three circumstances. Huge volume, huge risk or a commodity product. It might make sense for Apple to use a second source supplier but the costs are very real and very significant.

    1. Re:Economics 101 by unixisc · · Score: 1

      If you have high volumes of a certain product, you absolutely want second, or third fabs for those. After all, all these foundries - TSMC, Samsung, UMC, Hynix, Vanguard, Nanya, et al - have multiple customers, all with supply agreements, and once Apple hits their max, a foundry would go into allocation if they tried allocating Apple more lots. That's why for high volume, second suppliers would be involved, and both suppliers capacity would be above optimal. End result being that for the 2nd fab, once Apple consumes a certain amount of wafers that justified doing that business in the first place, the rest of it is bonus business for the 2nd (and indeed the 1st fab). Multiple suppliers also help keep prices more in line, unless the entire industry goes into allocation (which has happened many times). Given the volumes of iPads, iPhones and iPods that sell worldwide, they'd even be justified in having Intel fab these for them.

      That's not the only reason. Sometimes, a bug may be found in a product, in which case, having a second source enables the vendor to source only from there while the bug is getting fixed. On the flip side, it does complicate things in the event of customer returns, since the vendor has to first check which fab it came out of, and then report the bugs, and work w/ the fab on fixing it.

      Another misconception people (not the parent poster) have here - Samsung the fab is not going to try and screw Apple just because Samsung the tablet maker is competing with them. These are all different divisions within a conglomerate - in Korean terminology, a chaebol. The different companies all have interests that have nothing to do w/ each other. For instance, Samsung the handset maker buys flash memory from other flash vendors, not just from Samsung the memory maker. So does Samsung the DVD drive maker. And when Samsung the handset maker tries to squeeze Samsung the flash maker on NAND prices, it has an erosive effect on their relationship. In short, for Samsung the fab, Apple is a customer, and they definitely don't like Samsung & Apple being in court against each other. The same logic applies for other companies as well. Intel's fabs make not just x86s and Itaniums, they've also in the past made other processors, like PA-RISC for HP. Just because Intel's CPU group would have competed against PA-RISC doesn't mean the fab would want to screw them over: for them, HP was a customer.

    2. Re:Economics 101 by UnknowingFool · · Score: 1

      There are two factors that you are neglecting: (1) Apple isn't getting two substantially different parts from two suppliers; they are getting two identical parts from two different suppliers as Apple designed the chip themselves. (2) Apple doesn't manufacture anymore; that has been outsourced to Foxconn with engineering and design remaining with Apple so their costs of using two suppliers is substantially diminished. Really this is no different than Apple getting flash memory from two different suppliers. Apple like other companies does not have to re-design the board for two different suppliers. The flash memory should be interchangeable and this is apparent on many teardowns of iDevices where Samsung and Toshiba flash chips were noted to be used.

      --
      Well, there's spam egg sausage and spam, that's not got much spam in it.
  19. cat/dog food biscuits are taxed by cheekyboy · · Score: 1

    im sure more dogs/cats eat biscuits than humans.

    Only humans eat cakes, and even then not more than 1-2 times a month. Its hardly a daily purchase, unless you consider bread to be a different cake, which in theory it is, a bland plain cake.

    Why dont we tax drugs instead, more $ in it.

    --
    Liberty freedom are no1, not dicks in suits.
  20. Fixed costs and outsourcing by sjbe · · Score: 1

    (1) Apple isn't getting two substantially different parts from two suppliers; they are getting two identical parts from two different suppliers as Apple designed the chip themselves.

    That has no bearing on the economics of the situation. Both suppliers still have the same fixed costs to amortize. The fact that the product is identical is irrelevant. They both have to buy equipment, hire staff, engineer the build processes, etc. These are fixed costs that have to be paid even if they never actually produce a single unit. With a second supplier, Apple pays many of these costs twice but neither supplier can amortize them over as many units. This drives the price up. It HAS to cost more, the only question is whether the additional cost is worth it. Sometimes it is worth it. If you have a unreliable supplier or if the product is difficult to build or if using a single supplier causes strategic pricing issues it can be worth the cost.

    (2) Apple doesn't manufacture anymore; that has been outsourced to Foxconn with engineering and design remaining with Apple so their costs of using two suppliers is substantially diminished.

    It doesn't matter whether Apple makes it themselves or not because they still have to pay for it. Foxconn can realize efficiencies Apple cannot because Foxconn specializes in assembling products whereas Apple specializes in designing them. Apple's not a manufacturing company. But if Apple uses a second supplier for ANY product, Apple will be forced to pay a higher price because of the supplier's fixed costs. This isn't speculation, it is basic cost accounting.

    Really this is no different than Apple getting flash memory from two different suppliers. Apple like other companies does not have to re-design the board for two different suppliers.

    The fact that Apple does not have to re-design anything is irrelevant to the fixed cost amortization problem. The supplier still has to buy equipment, hire people, pay for utilities, etc. Companies buy from multiple suppliers for only two reasons. Either they are trying to manage risk and the associated costs OR because neither supplier can supply their entire purchase. There are very real and demonstrable costs associated with using multiple suppliers.

    Disclosure: I'm a certified accountant and I specialize in corporate cost accounting. I do this stuff for a living.

    1. Re:Fixed costs and outsourcing by UnknowingFool · · Score: 1

      You are looking from the viewpoint of the manufacturer, TSMC and Samsung and not from Apple's viewpoint which is the point of this entire thread. From the viewpoint of Apple, they want more than one supplier for critical components especially in this case where they are contracting out two different companies to manufacture something of their design. While all your points are true for the manufacturer, they are somewhat irrelevant to Apple. TSMC and Samsung have to figure out exactly how to account for these costs to Apple in the form of pricing and contract negotiations. Same thing with Foxconn as they may have to make slight adjustments due to the logistics of multiple suppliers. If anyone low bids their estimate then they will have to take hits on their profitability.

      --
      Well, there's spam egg sausage and spam, that's not got much spam in it.
  21. hardware acceleration by Envy+Life · · Score: 1

    The problem with hardware acceleration chips is that they are typically single purpose. Maybe as an iPhone owner who only downloads iTunes videos using a single codec, that's great but once you step outside the box and want to view a video in one of the other dozen common formats then 4 cores become much more important for decoding on the fly.