Slashdot Mirror


Intel - Market Doesn't Need Eight Cores

PeterK writes "TG Daily has posted an interesting interview with Intel's top mobility executive David Perlmutter. While he sideswipes AMD very carefully ('I am not underestimating the competition, but..'), he shares some details about the successor of Core, which goes by the name 'Nehalem.' Especially interesting are his remarks about power consumption, which he believes will 'dramatically' decrease in the next years as well as the number of cores in processors: Two are enough for now, four will be mainstream in three years and eight is something the desktop market does not need." From the article: "Core scales and it will be scaling to the level we expect it to. That also applies to the upcoming generations - they all will come with the right scaling factors. But, of course, I would be lying if I said that it scales from here to eternity. In general, I believe that we will be able to do very well against what AMD will be able to do. I want everybody to go from a frequency world to a number-of-cores-world. But especially in the client space, we have to be very careful with overloading the market with a number of cores and see what is useful."

16 of 548 comments (clear)

  1. What he missed... by Anonymous Coward · · Score: 0, Funny

    Two are enough for now, four will be mainstream in three years and eight is something the desktop market does not need.

    oh, and 640k is going to be enough for everyone.

  2. Silly Perlmutter by ackthpt · · Score: 5, Funny

    If the home user can justify (even indirectly due to demands of the operating system or changes in software architecture) 4 cores then 8 is immenently logical. Seems some minds at Intel are falling back to the dubious position they held regarding home users never needing 64 bit CPUs. Then again, maybe they're just playing dumb and are slaving away, burning midnight oil by the drum, to make 8 and 16 core processors.

    Three Cores for the Clippy, but I don't know why,
    Seven for the Vista kernel which is defect prone,
    Nine for for Bloat which will make the cooling fry,
    One for the Screensaver to toil alone,
    In the Land of Redmond where Marketing lies.
    One Core to rule them all, One Core to find them,
    One Core to bring them all and in the darkness bind them
    In the Land of Redmond where Marketing lies.

    --

    A feeling of having made the same mistake before: Deja Foobar
  3. Neither four nor eight. by MarkByers · · Score: 5, Funny

    I think there is a world market for maybe five cores.

    --
    I'll probably be modded down for this...
  4. Re:We've heard that before. by kfg · · Score: 5, Funny

    I don't "need" an R sticker and turbo sound synthesizer either, but they sure make my FIAT 500 go faster.

    The Little Mouse that Roars!

    KFG

  5. Re:We've heard that before. by rbgaynor · · Score: 5, Funny

    eight is something the desktop market does not need

    So is he the only person on the planet who has not tried the Vista beta?

    --
    "Good things don't end with eum, they end with mania or teria." - H. Simpson
  6. My own redundant reply by Anonymous Coward · · Score: 1, Funny

    Didn't someone once say "283 slices of pizza ought to be enough for anybody" or something like that?

  7. this reminds me of theonion by Anonymous Coward · · Score: 1, Funny
  8. 6 Coors enough by CrazyJim1 · · Score: 5, Funny

    The 6 pack has been tried and true, why try and stuff an additional 2 Coors into it.

  9. Re:We've heard that before. by Mayhem178 · · Score: 5, Funny

    And that will almost let you run Oblivion at max settings.

    --

    "You will pay for your lack of vision..." - Emperor Palpatine to Ray Charles

  10. I'll be the first to say it... by Junior+J.+Junior+III · · Score: 5, Funny

    640 cores ought to be enough for anybody.

    --
    You see? You see? Your stupid minds! Stupid! Stupid!
    1. Re:I'll be the first to say it... by ManuelKelly · · Score: 2, Funny

      I guess nobody with mod points caught that one.

      Here is another.

      I estimate the global market for cores at about 4.

  11. Re:We've heard that before. by soft_guy · · Score: 2, Funny

    I've been doing my part to help increase memory usage with the following handy function:

    void * allocateMemory(size_t bytesNeeded)
    {
    time_t myTime;
    time(&myTime);
    struct tm * myTm = localtime(&myTime);
    unsigned int ramWastingFactor = myTm->tm_year > 100 ? (myTim->tm_year - 100) : 1;

    return malloc(bytesNeeded * ramWastingFactor);
    }

    --
    Avoid Missing Ball for High Score
  12. Re:We've heard that before. by tashanna · · Score: 2, Funny

    I'm not so sure. I think there's more demand than you suspect
    CPU 1: User
    CPU 2: Windows Vista (Swap baby swap)
    CPU 3: Outlook Anti-spam filter
    CPU 4: Norton Anti-virus scanner
    CPU 5: Web-security system
    CPU 6: Sony "DRM Enabling" root-kit

    Now, if you had said that average Linux user...
    ***Ducking And Covering***

    - Tash
    Yippie... Hybrids!

  13. Re:We've heard that before. by pseudorand · · Score: 2, Funny

    > Another thing that will have to change is that RAM should not be as random.

    I agree. All these years we've been suffering with RANDOM access memory, an crutch of an antiquated technology that's time is over. Considering that computers do a whole bunch of searching, and a binary search is so much faster than a sequential search, and that you can only do a binary search on sorted data, if we could just get SORTED access memory instead of the end-of-its-usefull-life RANDOM crap, computers would be much faster.

  14. Re:We've heard that before. by steveo777 · · Score: 3, Funny

    I, for one, plan on living forever... so far, so good.

    --
    This sig isn't original enough, it's time to come up with something witty...
  15. Re:We've heard that before. by metaforth · · Score: 2, Funny

    Nice. Except Moore's law will kill you unless you grow the factor exponentially. Here's what I recommend: unsigned int ramWastingFactor = myTm->tm_year > 100 ? (int)pow(2,(myTim->tm_year - 100.0)) : 1; --- Clown Car Discounts