Slashdot Mirror


A Look Into The Cell Architecture

ball-lightning writes "This article attempts to decipher the patent filed by the STI group (IBM, Sony, and Toshiba) on their upcoming Cell technology (most notably going to be used in the PS3). If it's as good as this article claims, the Cell chip could eventually take over the PC market."

7 of 318 comments (clear)

  1. Dupe! by Lostie · · Score: 4, Insightful

    Posted only a couple of days ago too.
    Timothy do you actually read Slashdot?

    1. Re:Dupe! by Ohreally_factor · · Score: 5, Insightful

      Timothy do you actually read Slashdot?

      Wouldn't that be like eating from the toilet?

      --
      It's not offtopic, dumbass. It's orthogonal.
  2. x86 by mboverload · · Score: 4, Insightful

    Only if it complies with x86. Seriously, x86 will be around for a century.

  3. Its a dupe by mnmn · · Score: 3, Insightful

    The article was interesting, but we dont have to read it twice.

    Maybe slashcode should have a link repository, if someone adds a new story with a link, they get a warning another story pointing to the same link was posted 18 hours ago...

    We've even seen triple-dupes.

    --
    "Give orange me give eat orange me eat orange give me eat orange give me you." -Nim Chimpsky
  4. Dupe!-Was it as good for you? by Anonymous Coward · · Score: 5, Insightful

    "Timothy do you actually read Slashdot?"

    Here's a better question. If he will not, why should we?

  5. Transmeta by jfonseca · · Score: 4, Insightful

    The last time I read about a revolutionary chip that would forever change the world and the company was so great they even had the Linux creator as a board member it turned out to be not much more than a loud fart in the wind. (Enter Transmeta)

    This is a distributed-processing-capable chip. They're moving software into the chip, doing what software can do in a more compact and probably more efficient way. There's nothing revolutionary here and besides being a dupe story it's way overrated. The only attractive here is the fact PS3 will use it instead of embedding something open, like Mosix.

    And no it won't "eventually take over the PC market."

    --
    Broken Hearts are for Assholes. - Frank Zappa
  6. Some Thoughts by logicnazi · · Score: 5, Insightful

    Well, I think we all recognized that article was a little over enthusiastic but it does suggest some interesting possibilities.

    First of all I want to say I think it is completly possible to make a processor with 8APUs and so forth. For starters PowerPC chips already have several seperate execution units on them, and I think they use fewer transitors than intel chips. Moreover, a huge chunk of the transitor budget goes to doing things like cache consistancy or complicated instruction prediction which is probably not used on the much simpler APUs.

    Of course it seems like this is primarily of interest to game systems or signal processing applications (note that a 4 threaded 32 stream processors is just another way of saying 4 cell procesors, each has a PPC core with 8 APUs). However, I would not be so quick to dismiss this for the PC market. While it may be true that many individual applications may not easily multi-thread it seems we are approaching a point where the biggest complaint is not the maximum processing rate in one application but the ability to run multiple applications at once. On my computers I'm rarely if ever frustrated at the rate some program is running at, but slowdown in other programs when I run a processor intensive job or turn on a video. So while drawing a webpage may not be speed up by this processor drawing several webpages at the same time will be and that is the sort of thing which makes a big difference for the end user.

    Also, a processor like this offers great possibilities for JIT and VM code. The main thread can dispatch instructions and threads to the APUs dynamically based on what is happening in the system. Also I find it interesting that IBM is going the same way as intel in pushing all the complexity on the compiler. It makes one wonder if itanium is really as dead as everyone thinks. Perhaps in 4 years when AMD can't squeeze anything more out of x86 intel will be ready to jump in having worked out all the bugs to their new chip.

    --

    If you liked this thought maybe you would find my blog nice too: