Slashdot Mirror


Intel's Big Chip

DeadBugs writes "News.com has an article about the size of the upcoming revision for the Itanium. The "McKinley" chip will be 464 square millimeters which would make it one of the largest ever produced. Most of this is due to the 64 bit registers and 3MB of Level 3 Cache. There is also a link to an article about "Chivano" an Itanium which will include concepts from the Alpha architecture"

282 comments

  1. Wow! by JoeLinux · · Score: 2, Insightful

    Intel gets it right! Morce_Cache==Good_Thing. Was anyone else scratching their head over the 8k of level 1 cache on the Pentium 4?

    Joe

    1. Re:Wow! by einer · · Score: 1

      Cache != Performance. K62 had a crapload of cache compared to it's contemporaries yet still underperformed.

    2. Re:Wow! by Anonymous Coward · · Score: 0

      What? You mean you can't just schlepp on more stuff to make the numbers bigger? When the world understand what really adds performance to electronics, nm... we'll all be dead

    3. Re:Wow! by JoeLinux · · Score: 1

      Yes, but taking it down to levels that it had not been since 486 days is never a good thing. The system routinely filled it's L1 Cache to the brim during testing. Very un-elegant.

      Joe

    4. Re:Wow! by .sig · · Score: 1

      More cache is fine and good, but when memory requirements are getting to be around 100-200MB just for a word proccessor (slightly exagerated) I'd like a good bit more on chip memory. It's already big anyway, why not slap on a bit more L2?

      --
      -Space for rent
    5. Re:Wow! by SilentChris · · Score: 2
      Slightly? Word (the king of exageration) runs fine on my machine when I only have 32 megs of RAM free. StarOffice's word processor does reasonably well with 16. Heck, earlier versions of Office (up until around 2000) worked with 8.

      They eat up more room on the hard drive, definitely. But in terms of memory in usage they are still extremely lightweight (as they should be).

    6. Re:Wow! by MindStalker · · Score: 2

      In L1 and L2 increasing memory size, also increases latency, which is exactly what you DON'T want in onboard cache. I've seen benchmarks that have shown that with good speed main memory, a cache over 2MB can slow actually slow you down. So I'm just hoping that they have some new tech memory, as they plan on putting 3MB on it. But as this is 64bit its very likly that the size point may be much larger, where you start to loose speed.

    7. Re:Wow! by Anonymous Coward · · Score: 0

      "The system routinely filled it's L1 Cache to the brim during testing."

      If your system doesn't fill your cache to the brim, you wasted too much money on cache. What you should be worried about is how often evicted cache lines get immediately reloaded.

    8. Re:Wow! by Anonymous Coward · · Score: 0

      Blah. with that 32MB of memory, Word uses the page like a 300Lb man with lymphatic problems chugs McDonalds Cheese burgers.

      On my machine (1.5GB ram), the sucker makes memory usage jump by 180MB easily. This...is rediclious. If I have the automagic spell and grammar checker on, it's like 220MB.

      My freaking raytracer never eats up that much when rendering 2Kx2K pixels, and 500K polygons. Word is bloat defined.

    9. Re:Wow! by Sinfamous · · Score: 2, Funny

      /me looks over at the powermac's 1ghz dual G4's with 2MB cache each already selling. /me shrugs. nothing to see here.

    10. Re:Wow! by Jason+Cwik · · Score: 1

      Hmm.. Last I checked, my IBM Power3-II/450 had EIGHT megabytes of L2 cache...

      Of course, I think they're clocking in at about $5k each...

    11. Re:Wow! by Anonymous Coward · · Score: 0

      Uh, this is one of the dumbest attempts at FP I've seen in a while. So basically, genius, more cache==good thing? Shit man Intel is gonna steal your fantastic idea! Don't tell them that "more MIPS==faster processor" and "better design==better processor", you know, since it's so fucking easy to just do it.

      Shaddup and get back in your hole clown.

    12. Re:Wow! by pagercam2 · · Score: 2, Interesting

      Well more cache is a good thing an unmamafacurable chip or an overly pricey chip is really bad. The yeilds on a 464 sq mm chip will be really low, thats 21.5mm on a side assuming a square die and they ussually are. 25.4mm=inch means that this is very nearly a square inch. I'm working on a 10mm x10mm chip now and we expect a ~40% yeild just due to area. SRAM is twice as likely to fail as general logic so large caches L1 or L2 just go to reducing yeild. The larger the chip failures go up exponentially. An example of this would be you wanting to make a table out of pine so you go to the lumber yard and buy some wood, you get what you get and some pieces have wholes or knots that would ruin you table so you toss those. If you make a small table you may be able to get the table by avoiding the knots, but as the table gets bigger your ability to find a good full size peice deceases to the point that every peice of wood has at least one knot so you can never make a knot free table. If you get 20 defects per wafer and you only get 50 die per wafer you will probably get 30 chips (60% yeild) if your die increase to 30 per wafer you may only get 10 (33% yeild). If the die grows to 20/wafer you may get none (0% yeild). All wafers cost pretty much the same so yeild*wafer cost pretty much sets the cost, the lower the yeild the higher the cost. HP has done some interesting work in making chips with extra resources, such that problems can be avoided, route around the defect, they are quite a ways from making this work but this is probably what the future of silicon is going to look like. The other big factor in cost is testing and the more complex a chip the longer the test, its getting to the point that testing costs are out weighting silicon costs, so a self repair chip can help both yeild and testing issues.

    13. Re:Wow! by nusuth · · Score: 1

      Clock for clock K6-2 had a very respectable performance. Especially with integer stuff it was a lot faster than pentiums. But PR for clock, it just couldn't keep up, older PRs were too optimistic.

      --

      Gentlemen, you can't fight in here, this is the War Room!

    14. Re:Wow! by fitten · · Score: 2, Informative

      This is correct. The way your software uses the cache(s) is what determines the performance. For instance, a naively written app may have horrible cache behavior even on large caches. Some study of the underlying algorithms and adjustment to the cache access patterns can speed up the app manyfold.

    15. Re:Wow! by svirre · · Score: 2

      You are basically right about exponetial drop in yield as area goes up. Some of your calculations do miss the mark however as you assume uniform distribution of defects instead of the more realistic random distribution.

      What intel (and any sane manufacturer who drop a significant amount of memory on die) will do is to add redundancy to regular structures. The l3 cache _will_ have redundancy, l2 most likely. l1 is more of a toss-up.

      Redundancy is currently a standard engineering practice (Actually, most designs use IP modules bought from specialiced memory vendors who can integrate this kind of functionality for you).

    16. Re:Wow! by swimmar132 · · Score: 1

      Word might run fine on 32 megs of RAM, but I bet that it's taking of swap space like crazy.

    17. Re:Wow! by swimmar132 · · Score: 1

      of=up

    18. Re:Wow! by Anonymous Coward · · Score: 0

      You're kidding right? (or you've never had a K6-2). My old K6-2 easily beat out equivalently clocked Pentium-2's in integer calculations and general everyday applications. Really, the only weakness the K6-2 had was its inferior floating point unit, but that didn't matter too much for games because of 3DNow.

    19. Re:Wow! by KwamiMatrix · · Score: 1

      Uh, you really have an RS/6000??

  2. Who cares by Anonymous Coward · · Score: 0

    It's not the size of the chip that matters, but how many numbers it can crunch. It isn't like users see the chip in the course of normal computer use. It's all hidden away behind the case.

  3. big chip... big fan by Transient0 · · Score: 3, Insightful

    i wonder if the oversized chip will lead to particular cooling difficulties(i.e. standard fans and heatsinks can't cool the entire surface area)...

    1. Re:big chip... big fan by Sokie · · Score: 1

      Wouldn't a larger surface area allow for better cooling? Isn't that the whole principle of a heatsink in the first place?

      --Sokie
      ["You only have to be open-minded if you are wrong."]

      --
      ------
      Where are the slash-groupies? I distinctly remember being promised slash-groupies!
    2. Re:big chip... big fan by Sebastopol · · Score: 5, Informative

      Wouldn't a larger surface area allow for better cooling? Isn't that the whole principle of a heatsink in the first place?

      If the die uniformly heats, then yes, this is true. But that's not always the case. The latest P3's are so low power that you just need a heatsink or fan-sink, depending on frequency. The first P4s had a head spreader that sat on the back of the die and connected to the fansink.

      Plus heat in a die goes up/down easier then left/right because the thermal conductivity of the heatsink is much better than that of silicon, and is closer than the edge of the die. If you've got local hot spots on the die, a bigger die doesn't by you anything. The thermal properties and requirements of the heatsink are driven more by local heat density than by overall heat.

      Tom Pabst had a good discussion about this a while ago, but I can't remember the article's URL.

      --
      https://www.accountkiller.com/removal-requested
    3. Re:big chip... big fan by Anonymous Coward · · Score: 3, Funny

      Nope. I'm already moving on this issue, with the assistance of several eager venture capitalists.

      We're going to start up a business modifying Sears deep freezers, providing a means of placing a PC directly into it.

      Although your entire computer system will be the size of a bathtub and double your electric bill, you WILL be able to use PC's based on these new CPU's.

      We're also going to figure out how to work rain forest defoliation into the process.

    4. Re:big chip... big fan by SilentChris · · Score: 2
      "The latest P3's are so low power that you just need a heatsink or fan-sink, depending on frequency."

      That doesn't mean they necessarily run cooler. My machine of choice (a laptop) has a SpeedStep PIII which runs blazing hot at peak CPU levels. True, this is mostly while playing Unreal Tournament ;) but the chip gets hot enough that I literally can't keep the machine on my lap without some serious pain.

    5. Re:big chip... big fan by m4g02 · · Score: 2, Insightful

      Not really, that would apply if the heatsink became biger while the chip keeped the same size, its like 1 (common chip size) - 1 (heatsink size) is 0, while 2 (new chip size) - 2 (heatsink size) also is 0, i guess the porblem isnt the heat but the backwards compatibility with other accessories... what isnt really like a porblem.

      --
      Sigs are for morons... Wait a minute...
    6. Re:big chip... big fan by fobbman · · Score: 4, Troll

      Actually, according to this article over at The Inquirer Intel can now demo a 5GHz chip using the .13 micros process that can run at room temperature. That'd be interesting to see in action if it benches as well as a 5GHz chip should in comparison to current chips.

    7. Re:big chip... big fan by Prisoner+Of+Gravity · · Score: 1

      Better yet would be modifying a Sears bathtub to include an on-board computer. I'll get the marketting department right on it! I bet they'll love the idea.

    8. Re:big chip... big fan by Sokie · · Score: 2, Insightful

      But if you have drastic enough temperature deltas in the die itself to make this appreciable, then there is no heatsink design that is going to be precise enough to effectively combat those hot spots. Basically you have to design your heatsink to cool the hottest part of the chip to acceptable levels. Increasing the surface area of the die (without increasing the amount of total heat output) will lower (however slightly) the highest temperature spot on the die, making it (again however slightly) easier to cool.

      Also, there is going to be horizontal thermal dissapation regardless of the thermal resistance of the materials involved. If I have a die that generates 1W of heat in a 200 mm^2 area, even if it is not generated uniformly, and I then increase the area to 300 mm^2 with the same total heat output value, that extra area IS going to be heated, probably substantially, regardless of whether it is generating it's own heat. That means that the overall average temperature has to go down somewhere.

      The points you make are however perfectly valid and relevant, but the point of the original poster was supposing that it would be larger surface area of the die that would make it harder to cool, not any new thermal hotspots. I was simply saying that there aren't many ways that increasing the surface area can make something harder to cool.

      --
      ------
      Where are the slash-groupies? I distinctly remember being promised slash-groupies!
    9. Re:big chip... big fan by haruharaharu · · Score: 3, Informative

      Intel can now demo a 5GHz chip using the .13 micros process that can run at room temperature.

      Big deal. It has 12 instructions, is ~2mm^2, and consumes 267mW. This looks more like research than something that you would use for real work.

      --
      Reboot macht Frei.
    10. Re:big chip... big fan by ekrout · · Score: 1

      Congrats on your first "+1, Informative" moderation in a long time ;-)

      - Eric

      --

      If you celebrate Xmas, befriend me (538
    11. Re:big chip... big fan by Sebastopol · · Score: 2

      even if it is not generated uniformly, and I then increase the area to 300 mm^2 with the same total heat output value, that extra area IS going to be heated, probably

      The logic that causes the hotspot does not necessarily scale with the size of the die. If you slap on a 3MB cache onto the same die, you have the same heat problem. Now add to that the die shrink from process and it is even worse.

      I was simply saying that there aren't many ways that increasing the surface area can make something harder to cool.

      Well, we're picking nits here, but you originally asked why the die wasn't easier to cool because it is bigger. But judging by your second reply, your first question wasn't worded as clearly.

      --
      https://www.accountkiller.com/removal-requested
    12. Re:big chip... big fan by fobbman · · Score: 1

      The day I changed my sig to this I had two of my funny posts modded +1 Informative. Talk about Jedi powers out of control!

      "This isn't the post that you wanted to moderate '-1 Off-Topic'".

    13. Re:big chip... big fan by Anonymous Coward · · Score: 0

      god, are you fixated on moderation, or what?

      Oh, and as for your "conspiracy", easily explained when someone moderated your post and then posted to the thread, wiping out any moderation done to your comment.

      OOOOOHH! Big Conspiracy!

      if (UID=='139379'){
      secretly.undo.moderation();
      }

      get a life (or a woman)!

    14. Re:big chip... big fan by Toraz+Chryx · · Score: 1

      Is that Speedstep P3 a Coppermine or Tualatin? the Tualatins run WAAAAY cooler.

    15. Re:big chip... big fan by Anonymous Coward · · Score: 0

      heh..if it ran too hot, the term "vaporware" would get a whole new meaning

    16. Re:big chip... big fan by Chris+Burke · · Score: 2

      If I have a die that generates 1W of heat in a 200 mm^2 area, even if it is not generated uniformly, and I then increase the area to 300 mm^2 with the same total heat output value, that extra area IS going to be heated, probably substantially, regardless of whether it is generating it's own heat. That means that the overall average temperature has to go down somewhere.

      Sure, but that still says nothing about the hotspots.

      When you increase the area from 200mm^2 to 300mm^2, you aren't increasing the size of the old core, you're just tacking silicon onto it. The same core is still sitting there, unchanged. It will still produce 1W over a 200mm^2 area, it's just surrounded by more silicon. The average temp is colder because the extra silicon isn't generating heat, and thus the average is lowered. But the hotspots haven't changed their local temperature at all (it may in fact be worse due to worse heat propogation in silicon vs air, but that effect is probably negligible).

      And it gets worse. The article didn't quote relative power figures for the two chips, but depending on the way they did it, that new block of silicon may be -hurting-, as it's producing it's own heat. Large memory arrays are one of the worst heat producers. Being smart about how you access the array may save you from catastrophe, but it is definitely going to increase the total power output.

      So, basically, just having more silicon doesn't help, and having more silicon that contains high-power memory arrays hurts.

      --

      The enemies of Democracy are
    17. Re:big chip... big fan by fobbman · · Score: 1

      How in the Hell is that a Troll? If they've brewed up a CPU that is all MHz and no balls (like AMD beating Intel performance-wise at lower MHz ratings) then it's the difference between "that's pretty neat" to "that's really awesome".

      Morons with mod points.

    18. Re:big chip... big fan by wackybrit · · Score: 2

      I agree, that main post wasn't a troll.. but the post I'm replying to definitely is. You think that AMD beating Intel at a lower Mhz rate is balls? You either don't understand how AMD's processors work, or you just aren't reading the benchmark tests.

    19. Re:big chip... big fan by Anonymous Coward · · Score: 0

      you'll eat anything, won't you?

    20. Re:big chip... big fan by ergo98 · · Score: 1

      Do you really lose mod points given if the person then posts? I thought the rule was simply that the person can't mod in a thread that they've already posted into, but it doesn't hurt them retroactively.

      Anyways, doesn't meta-moderation cancel out moderation points?

  4. Large? by anti-snot · · Score: 0, Offtopic

    so 21.5 mm to a side? Thats barely over 4 square centimeters... physically smaller than the pentium 75 I just threw away? Or does this not count the housing or whatever where the pins and heatsink and everything else are mounted? I don't follow.

    1. Re:Large? by Anonymous Coward · · Score: 0

      That's 4 square centimeters DIE SIZE, idiot.

    2. Re:Large? by anti-snot · · Score: 1

      Well, whats die size then? (perhaps its german, it means The Bart, the)

    3. Re:Large? by WolfWithoutAClause · · Score: 2

      Yes, that would be just the raw silicon. Normal chips are typically under a cm^2 in size; everything else is packaging.

      --

      -WolfWithoutAClause

      "Gravity is only a theory, not a fact!"
    4. Re:Large? by debiansierra · · Score: 1

      instead of trying to figure out die size differences i did the math they give you in the F'ING ARTICLE, which you should F'ing READ. Lessee, they currently get 180 P4's off a silicone wafer, and they only get 47 McKinnley's off the same wafer. So, the new chip should be ROUGHLY 4 times the size of a P4. definitely larger than that P75 I would have gladly rescued (unless you burned it up :))

      --
      I would like some milk from the milkman's wife's tits
    5. Re:Large? by qurob · · Score: 0, Troll



      Interesting!?!

      The CPU, not the whole package!

    6. Re:Large? by max+cohen · · Score: 2, Insightful

      The deal is this: larger die size chips are harder manufacture cost-effectively make because you get fewer good die per wafer. A wafer is a fixed size and costs the same to process, regardless of the number of functional die you actually get from it. So, the more die you fit on it, and the more die that actually work when you are finished processing, the lower your final selling price can be. Since the die size for this chip is much larger than "normal" and will be made in fabs that arguably will have the same defectivity rates, they will likely get less working die from a wafer than "normal" and thus their costs to the consumer will be larger.

  5. largest ever produced? by wiredog · · Score: 0, Flamebait
    Lets see. 464 sq mm is 21.5 mm on a side, or 2.15 cm on a side. Just under one inch for us US types. I'm pretty sure the recent Pentium IV's are larger than that.

    Or did you mean 464 mm square?

    1. Re:largest ever produced? by chancycat · · Score: 2
      Die size, not pachage size. The package for one of these will be massive, no doubt.

      --
      Evan - needs to hit preview before submitting
    2. Re:largest ever produced? by mfago · · Score: 2

      Actually the package is shown here and it looks pretty reasonable.

    3. Re:largest ever produced? by debiansierra · · Score: 1, Funny

      we all know looks can be deceiving, and this screams, "I'm Deceptive As Fuck!!!". Please, for god's sake, put something (ruler, cmdrtaco's penis, P4, etc.)next to that so we can get a RELATIVE feel for how big it is (definitely how much BIGGER it is than cmdrtaco's penis).

      --
      I would like some milk from the milkman's wife's tits
    4. Re:largest ever produced? by debiansierra · · Score: 1

      actually, it was pretty on topic, somebody just couldn't handle their ego being raked over the coals. how is noting that a picture of an object, whose size is in question, has no other object placed within it's vicinity to help the viewer gauge that object's size off topic? it's no more off-topic than the comment including the link to the picture! (BTW, the penis jokes were a test of the moderation system which has proven itself to be worthless and slanting, and spinning, and whoa, i just got myself modded down again didn't i?)

      --
      I would like some milk from the milkman's wife's tits
    5. Re:largest ever produced? by Sarcazmo · · Score: 1

      You can sort of judge by the surface mount components, assuming they are the same size as the ones they use on current chips.

    6. Re:largest ever produced? by gorilla · · Score: 2

      Package size is mainly driven by the need to get enough space to put all the connections onto it. Most of the reason for the McK being big isn't going to increase the connections - if you have 3Mb of cache you need the exact same address lines if you had 0 cache.

  6. Nah, not the registers by Anonymous Coward · · Score: 0

    The size is required to have enough heat dissipation area.

  7. Die size war? by Guitarzan · · Score: 5, Funny

    Is this the start of the manly "Mine is bigger than yours" battle?

    1. Re:Die size war? by Jucius+Maximus · · Score: 0, Offtopic
      Is this the start of the manly "Mine is bigger than yours" battle?

      No, those started years ago with monitors. Everyone wants more inches than everyone else. I am proud to say that I weigh in heavily after a $700 upgrade at 19 inches, measured totally straight as a rod!! No more substandard curved surface for my hardware. (Joke: I'm talking about flatscreen monitors versus the traditional curved screen ones.)

    2. Re:Die size war? by Anonymous Coward · · Score: 0

      Hah! Only 19", I'm using a 21" (viewable area) SGI workstation monitor.

  8. You should wait nanochips. by m4g02 · · Score: 1

    Too expensive and nothing really new, i would rather overclock my 32bit P4 processsor than getting a big same, but Madison sounds really cool, i can wait until 2004.

    --
    Sigs are for morons... Wait a minute...
  9. Nice review. by Psmylie · · Score: 2, Informative
    Another analyst said, "Jesus, that's big."

    Straight and to the point. Nice.

    --

    psmylie's dictionary: Godzillion (noun) Any number large enough to destroy Tokyo

    1. Re:Nice review. by Flarg! · · Score: 0, Offtopic
      "Jesus, that's big."

      And Jesus did respond, "Yea, verily it is indeed the proof that I am the son of God."

      Heheh, sorry, I couldn't resist.

      --

      I may be wrong, but I'm never uncertain.

  10. "JESUS, that's big" by Transient0 · · Score: 1, Offtopic

    > Another analyst said, "Jesus, that's big."

    I love the reporting style, this is GREAT!
    This line also appeared in the article about my [censored].

    1. Re:"JESUS, that's big" by einer · · Score: 1

      "This line also appeared in the article about my [censored]."

      They wrote an article about your ego?

    2. Re:"JESUS, that's big" by Anonymous Coward · · Score: 0

      This line also appeared in the article about my [censored].

      Hey Transient0, would that be the article that Score: -1 people seem to like so much?

    3. Re:"JESUS, that's big" by Anonymous+DWord · · Score: 2

      Nonono, his package, not his die size.

      --
      "If he thinks he can hide and run from the United States and our allies, he's sorely mistaken." Bush on bin Laden
    4. Re:"JESUS, that's big" by Anonymous Coward · · Score: 0

      reminds me of a funny joke:

      So I slept with Jesus last night...

      He was hung like THIS (spread your arms out eagle, like you're both on a cross, and demonstrating the size of Jesus' um... apostle)

  11. Intel's new marketing strategy by Stripsurge · · Score: 2, Funny

    Our new CPU is so big it will CRUSH the competition... No, really. We mean it quite literally :)

    1. Re:Intel's new marketing strategy by Anonymous Coward · · Score: 0

      I think that's a variant on "totally not funny".

    2. Re:Intel's new marketing strategy by haruharaharu · · Score: 2

      Our new CPU is so big it will CRUSH the competition

      WARNING: CPU will not dispense product.

      --
      Reboot macht Frei.
  12. $300 to produce? by diesel_jackass · · Score: 2, Funny

    if Pentiums cost $50 to produce, will these cost 6x as much as a Pentium?

    hmmm... sorry Intel, I'll stick to AMD till I hit the lotto, or have some other good reason to spend money like it was going out of style.

    1. Re:$300 to produce? by E-Rock · · Score: 2

      This chip ain't for you or me. It's for big datacenters with processing requests that boggle the mind. Kinda like the Xeon processors.

    2. Re:$300 to produce? by diesel_jackass · · Score: 2, Funny
      processing requests that boggle the mind.

      like if you wanted to play Q3 in a VMWare session?

      (or play D00M 3 at all)
    3. Re:$300 to produce? by DarkEdgeX · · Score: 2

      And this justifies the mark-up HOW exactly?

      Going from $300 to $3000 per processor at retail seems a bit extreme if you ask me. And don't mod this as a flame, I actually LIKE Intel's work, but it's a joke how much they charge for their processors compared to how much it costs to make them.

      --
      All I know about Bush is I had a good job when Clinton was president.
    4. Re:$300 to produce? by Anonymous Coward · · Score: 0

      Umm, people won't pull up PriceWatch and buy Itaniums "at retail". They'll usually come with a system that runs at least $100K with a margin big enough that nobody will give a crap what the CPu costs.

      BTW, Paying $2000 for a "retail" Xeon is easy. Just order a replacement IBM part.

    5. Re:$300 to produce? by kinkie · · Score: 2

      Well, those chips have to be designed for instance, and since the numbers are low there's lots of markup just for that. Then there's the bad yields due to the big die-size, and marketing and the other kind of expenses a company has to pay just to survive, such as office space, computers, secretaries, Microsoft software, Linux softwa^H^H^H^H^H^H^H^H^H, etc. A company which just re-sells its employees' work has often a markup of 50% just for these things. Then there's the manifacturing plants' mortage (you know, a silicon manifacturing plant costs a few billion euros), and you see how it stacks up quite fast..

      --
      /kinkie
    6. Re:$300 to produce? by DarkEdgeX · · Score: 2

      One would assume that the $300 cited for manufacture would INCLUDE such things as R&D and Administrative expenses. Otherwise, you're not really telling people how much they cost. (And this is really besides the point-- the things you list, while accurate for a startup, don't really apply to a company like Intel with a lot of cash to burn on innovation). I'm still missing the justification of those rather large prices.

      --
      All I know about Bush is I had a good job when Clinton was president.
    7. Re:$300 to produce? by DarkEdgeX · · Score: 2

      Right... and this invalidates the idea that $3000 for something that takes $300 to produce is overkill how exactly? Atleast the other poster gave some reasonable ideas (R&D and so forth) but you'd kind of think those would be tallied into the final cost of production. (And would pay for themselves if the units sold in quantity at even 1.5x the production (manufacture) cost.)

      --
      All I know about Bush is I had a good job when Clinton was president.
    8. Re:$300 to produce? by wazootyman · · Score: 1

      You forgot about all of the costs relating to producing a chip. A huge markup like that is very reasonable, even if you just consider the R&D hours it took to develop. Not to mention the rest of the business overhead...

      I work for an engineering company, and used to be shocked at the items we sold for upwards of $30,000. Then I realized how many engineers and how many months it took to develop. $30,000 almost seemed like a bargain.

    9. Re:$300 to produce? by Chaset · · Score: 1

      You gotta realize that Intel has had an effective die size advantage vs. its competitors for years. I think the worst of it was during the mid-90's when the PowerPC's were 1/4 the die size of the Pentiums at comparable performance.

      They can afford to do that due to their COLLOSAL volumes. There's no way the Pentiums could have been price competitive if it weren't for the vast number of chips to divide up up-front costs to offset the high production costs. Here's a clear case of market forces NOT choosing the optimal solution.

      Also, it makes one wonder what Intel could have been doing with all that die area if they didn't have to waste it on such a kludgy architecture. (x86)

      OTOH, by the look of what they're doing with the Itanium, maybe not much.

      --
      -- "This world is a comedy to those who think, a tragedy to those who feel."
    10. Re:$300 to produce? by chriso11 · · Score: 1

      How much do you think it costs to make ICs? I worked at one semiconductor manufacturer, and that kind of mark-up is common. An ADC that cost $2.00 to make was to sell for $40.00. The semi makers need that kind of margin to recoup all the development costs.

      --
      No, I don't trust in god. He'll have to pay up front, like everybody else.
  13. L3 on die? by Soong · · Score: 2, Interesting

    Sounds silly to me. By the time you get out to the 3rd level of cache, on a 1GHz core, there should be enough slow down that chip to chip interconnect will be adequately fast.

    Either Intel has actually put research into this and discovered that it's a good tradeoff performancewise, or they've still got marketing driven engineering and someone said "wow! over 3 MB of on chip cache!"

    Any guess on the wattage? Has Intel broken 100 Watts on their upward march of hot chips?

    --
    Start Running Better Polls
    1. Re:L3 on die? by Anonymous Coward · · Score: 0

      Or they took a hint from the latest series of G4's.

    2. Re:L3 on die? by rew · · Score: 2

      By the time you get out to the 3rd level of cache, on a 1GHz core, there should be enough slow down that chip to chip interconnect will be adequately fast.

      Intel had a problem with the Pentium Pro, remember? The two-chips-in-a-package setup ended up being very expensive.

      They then went to multiple chips on a board, which fits into a slot. This proved to be too expensive as well. So they went back to producing single chip CPUs.

      Think twice before you say that intel should cost-effectively do multiple chips....

      Roger.

  14. Note, this is the *DIE* size by jaxdahl · · Score: 4, Informative

    The Athlon chips i have are around 2-2.5 inches on a side, however, the die in the middle is quite small, i'd estimate it it be 200-250 square mm, so a 400+ square millimeter is huge, compared to that.

    Anyone have any exact numbers for the chips? I didn't get a ruler out to measure it.

    1. Re:Note, this is the *DIE* size by Anonymous Coward · · Score: 0

      Athlon DIE size is currently about 120 sq.mm.

      With the .13 micron shrink, the Athlon isabout 80 sq. mm. and the P4 is about 150 sq. mm.

      THis Intel behemoth is a HUGE die. It will be very hard to produce with any significant yeild per wafer, I predict maybe 1 or 2 die per wafer, hence, it will be EXPENSIVE.

      Die size is VERY important in chip production and is directly linked to yeild and cost.

  15. Insightful?! by Anonymous Coward · · Score: 0

    Try looking at a CPU some time. There's one big square, and one small rectangular thing. That small thing is the actual CPU die. That connects to the big PCB or ceramic thing (the big square) which spreads the interconnects out to the big pins.

  16. Its a guy thing... by Redneck+Genius · · Score: 0

    I measured my chip is 2.15 cm...

    when folded in half.

  17. Cheaper P III's by Haxx · · Score: 0

    The bigger and faster the better. All this means less time before I can replace all my K6's with used P III's 1Ghz for very little money.

    all my K6's

  18. Not reccomended for use at by tcd004 · · Score: 1
    1. Re:Not reccomended for use at by MaxVlast · · Score: 2

      Surely it's named after Mt. McKinley, the highest mountain in North America.

      --
      There should be a moratorium on the use of the apostrophe.
      Max V.
      NeXTMail/MIME Mail welcome
    2. Re:Not reccomended for use at by sconeu · · Score: 2

      And just who or what do you think Mt. McKinley is named after?

      --
      General Relativity: Space-time tells matter where to go; Matter tells space-time what shape to be.
    3. Re:Not reccomended for use at by MaxVlast · · Score: 2

      Right, but I suspect that the processor has a lot more in common with the big chunk of rock (other than temperature -- Mt. McKinley is quite cold) than it does with a dead imperialist/jingoist figurehead.

      That's like advocating equal rights on Martin Luther's birthday. Sure Martin Luther King was named after him, but still...

      --
      There should be a moratorium on the use of the apostrophe.
      Max V.
      NeXTMail/MIME Mail welcome
  19. Humm... aren't they a bit late? by RinkSpringer · · Score: 1, Insightful

    Sounds neato to me, but since Dual XP's and such are also starting to get very acceptable pricing around now...

    Sure, 64 bit is nice... but a good multiprocessor solution might do wonders too.

    Then again, I may be missing the point.. but if a company can get a Dual XP or Dual P4 for less, they would probably go for that... Oracle and such is probably already optimized for such configurations... and since XP's and P4's have a good reputation (eg reliable), it might give them more confidence.

    Somehow, I just don't think this would be such a big profit hit for them.

    1. Re:Humm... aren't they a bit late? by ocelotbob · · Score: 2, Insightful

      You're missing the market. These chips, at least until they get them up to X86 speeds, aren't going to be used very much in the workstation market. These chips are going to be used in such places as database servers, where the current hack of 36 bit addressing used in Intel's current high end chips, the Xenons, is starting to fall apart. 64 bits doesn't mean much performance wise - in some applications, it's slower than 32 bits, but it means a world of difference when talking about storage. Instead of having hacks to get around the 4 gig barrier, one could, in theory at least, keep an entire database in memory.

      --

      Marxism is the opiate of dumbasses

    2. Re:Humm... aren't they a bit late? by morbid · · Score: 0

      What amazes me is that there are already tried-and-tested 64-bit machines on the market with reliability, scalability, and dare I say it, at lower cost....
      ...and yet people seem to look at this itanic as if it's the answer to their prayers.
      Ho hum.

      --
      I'm out of my tree just now but please feel free to leave a banana.
  20. Die Photo and Size by rbeattie · · Score: 5, Informative

    Ace's Hardware has this bit with more information including links to an Intel presentation.

    "Slide 22 of the presentation features a die photo of McKinley. The large 3 MB L3 cache is notable, and according to the presentation, it consumes 20% less area than traditional designs and is overall 85% efficient (~70% for traditional designs)."

    And here's a story with the photo from that same article (no need to download 2.5 meg pdf...)

    -Russ

    --
    Me
  21. A few minor points by mtnharo · · Score: 4, Insightful

    Just for some minor clarifications: The 464 mm squared is the area of the actual cpu die. Like the little square on top of an athlon. So 2 cm per side die is kind of huge for a processor. The actual processor out of the box would have to be much larger than previous models. Next, 3 MB cache sounds nice, but L3? It may be on die, but by that point the clock reduction probably makes it perform equivalently to a 256 k L1 cache, or a 512 or larger L2. Not that it won't help a lot for complicated instructions, and it's probably less expensive/difficult to engineer to hook a larger amount of cache to a slower pipeline than to add more cache deeper into the cpu's core. 64-bit cpu's will be important in the future, but only when compatible apps and OS designs become mainstream.

    1. Re:A few minor points by eckes · · Score: 1
      Well, with Windows XP it is more or less a mainstream OS already. Of course the applications are harder to port than with Linux Apps. But of the other site, Microsoft Shops are expected to jump on that bandwagon since they expect a lot of update business. So they will port it natively to 64bit (or rewqrite it in .NET Technology).

      Same is true for Java Applications, they soon will run under 64Bit. So I guess there is not much time untile W32OW64 is not needed anymore :)

      Currently the code quality of 64bit Linux is pretty bad due to gcc problems, but once those are ruled out (i.e. gcc3.0 is stable enough to compile everything) this wont be a big issue.

    2. Re:A few minor points by afidel · · Score: 1

      The 464 mm squared is the area of the actual cpu die...So 2 cm per side die is kind of huge for a processor.

      Yes it is here is a quote about the dual core HP PA-8800

      Accordingly, the transistor count of the HP-PA8800 is with 300 Million transistors almost twice as high as the 170 Million transistors of the IBM Power4 and results in a die size of 23.6x15.5mm or 361 mm2

      That is for a Dual 1 Ghz RISC core with 1.5MB L1+2 cache per core. For more info see lostcircuits.com

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    3. Re:A few minor points by Steveftoth · · Score: 2

      Java already runs in a 64 bit enviroment. Sparc III is 64 bit. The solaris jvm is 64-bit if you install the 64 version. (There are 2 versions, one normal 32 and a extended 64 version.)

    4. Re:A few minor points by Anonymous Coward · · Score: 0

      UltraSPARC (I, II and III) are all 64-bit and have been for many years.

    5. Re:A few minor points by Anonymous Coward · · Score: 0

      Doesn't the Power4 packaging contain 2 cpus per package? Or 4, I can't remember. I only recall thinking, boy, wouldn't a hot water heater made out of a cluster of these be neat?

    6. Re:A few minor points by Anonymous Coward · · Score: 0

      So what you're saying is that what the engineers at intel (who have had years of experience designing CPUs) may not have known, is that L3 cache is no good?

      Do you have any qualifications? Because you don't even seem to know the difference between L1 and L2 cache.

  22. It's how you use it by ouija147 · · Score: 4, Interesting

    Way back when the 386 was hot stuff there was a series of mother boards that had a 64K of cache that was outperformed by a board that had 16K of cache.

    How? The 16K board cache was four way set associative. This allowed for the CPU to determine in one clock cycle if the next instruction was in cache. The 64K cache design could not always do this. Thus it was often slower. Why not make the 64K cache 4 way set associative? Cost. The overhead in silcon and motherboard space made this impossible at the time.

    1. Re:It's how you use it by Anonymous Coward · · Score: 2, Informative

      That's not what set associativity means, although you're quite correct that 16Kb of 4-way sa cache will usually be better than 64Kb of direct mapped cache.

      If you actually want to know what you're talking about, I'd suggest reading "Computer Organization and Design : The Hardware/Software Interface" by Patterson and Hennessy.

    2. Re:It's how you use it by haruharaharu · · Score: 2

      For those who don't know, n-way set associativity means that a cache can retain n values that map to the same cache line, so a 4-way cache can hold 4 lines that map to the same cache position.

      --
      Reboot macht Frei.
    3. Re:It's how you use it by Chris+Burke · · Score: 2

      Actually, given otherwise equivalent designs, a 4-way set associative cache is going to be slower (in terms of maximum access frequency) than a direct-mapped cache. Thus the assertion that 4-way associativity allowed the cache to be accessed in one clock is false. Maybe some other engineering feat allowed them to do this, but it wasn't associativity (because that hurt, not helped).

      But as far as overall performance, yes I'd be willing to bet that the 4-way cache beat the larger 1-way.

      --

      The enemies of Democracy are
  23. Straight from the article... by NOT-2-QUICK · · Score: 0, Redundant

    Straight from the articled in reference to the size of the new chip:

    "Another analyst said, 'Jesus, that's big.'"

    What a great quote...simple and to the point. What would we ever do with out descriptive investigative journalism and technical expertise of this nature!!! ;-)

    --
    Beer is proof that God loves us and wants us to be happy. -- Benjamin Franklin
    1. Re:Straight from the article... by MaxVlast · · Score: 2

      I find that journalism like the above is often the most effective way of communicating a point.

      --
      There should be a moratorium on the use of the apostrophe.
      Max V.
      NeXTMail/MIME Mail welcome
  24. Bigger = slower? by CrazyJoel · · Score: 1

    Wouldn't it take longer for signals to get from place to place on a bigger chip?

    --

    Such is the infinite Grace of Popeye.
    1. Re:Bigger = slower? by rlwhite · · Score: 1

      IIRC, the Pentium 4's hyper-pipeline has 2 stages dedicated to driving the signals across the chip for that reason. A comparison here [slashdot.org] suggests this Itanium will be more than twice as big as the current iteration of P4. I wonder if they'll try to compensate or simply make raising clock speed a lower priority?

  25. Itanium at 1.6 GHz in 2003 ? by Utopia · · Score: 3, Insightful

    For the article
    Madison is expected to come out in 2003 and run between 1.2GHz and 1.6GHz, according to sources.

    I wonder how Intel expects people to adopt Itanium-based processors considering
    that x86 processors will be running at 4GHz in 2003.

    1. Re:Itanium at 1.6 GHz in 2003 ? by Anonymous Coward · · Score: 0

      Intell will take a note from Apple and put a Mhz Myth section on their site.

    2. Re:Itanium at 1.6 GHz in 2003 ? by jmv · · Score: 2

      AFAIK, current Itanium chips run around 1 GHz and are way faster than a P4 2.2 GHz. Did someone mention "clockspeed is not everything"? It you look at (non x86-based MPP) super-computers, I'd bet none of them runs with CPUS faster than 1 GHz, yet each processor is often an order (or two) of magnitude faster.

    3. Re:Itanium at 1.6 GHz in 2003 ? by Stonehand · · Score: 1

      The extra bits might come in handy when dealing with computational problems where imprecision and numerical instability are real issues, and also when handling large files or really large-memory tasks...

      In any event, 'tho, I doubt that they'll immediately claim that it's aimed at desktop consumers, rather than scientific computing or decently hefty servers, just like the Xeon variants were mostly pushed for servers.

      --
      Only the dead have seen the end of war.
    4. Re:Itanium at 1.6 GHz in 2003 ? by gazbo · · Score: 1, Funny
      Madison is expected to come out in 2003 and run between 1.2GHz and 1.6GHz, according to sources.
      Are we supposed to put this Madison guy in our computers just because he's about to reveal he's gay?

      Well, I guess that's why they're called PC.
    5. Re:Itanium at 1.6 GHz in 2003 ? by Utopia · · Score: 2, Informative

      According to SPEC CPU2000 Results, The Itanium at 800 Mhz performances equivalent to a Pentium III 800 Mhz. In fact the Pentium III is a little faster.

      Do you have any other figures to substantiate your claim ?

    6. Re:Itanium at 1.6 GHz in 2003 ? by Anonymous Coward · · Score: 0

      > I wonder how Intel expects people to adopt
      > Itanium-based processors
      > considering that x86 processors will be running > at 4GHz in 2003.

      There is much more to a modern processor than just raw CPU clock
      frequency, parallelism and pipelining being just two obvious factors
      that will affect performance dramatically.

      Case in point: I have access to prototype McKinley processors
      running at 560 MHz. For cryptography applications such processors beat
      the crap out of IA32 chips running at more than 2 MHz. In some cases,
      like public key cryptography algorithms, the difference is so dramatic
      that is embarrasing.

      I don't think that desktop users will need the IA64 any time
      soon (but then again, I don't think they need 2 MHz IA32 processors
      either) but for big servers, doing lots of e-business transactions,
      IA64 (or any other competing 64-bit architecture) will be a must.

    7. Re:Itanium at 1.6 GHz in 2003 ? by nosferatu-man · · Score: 2

      IA32 and IA64 are radically different ISAs aimed at radically
      different markets. There's nothing on any recent Intel roadmaps that
      will have Itanic replacing x86 on the desktop. Conversely, 4ghz of
      Hot P4 Action is meaningless to an application that requires more than
      4gb of process address space.

      A 1.6ghz McKinely ought to be a very competitive performer, especially
      on floating-point intensive code.

      Peace,
      (jfb)

      --
      To spur "enterprise Linux," Big Bang, the distributed two-phase commit.
    8. Re:Itanium at 1.6 GHz in 2003 ? by Anonymous Coward · · Score: 0

      He's probably talking about highly parallel matrix benchmarks.

      Of course these benchmarks don't mean much in a enterprise server environment.

    9. Re:Itanium at 1.6 GHz in 2003 ? by roca · · Score: 3, Informative

      > There's nothing on any recent Intel roadmaps that
      > will have Itanic replacing x86 on the desktop.

      Which is really going to hurt them. The latest version of Everquest recommends 512MB of RAM. High-end gamers are going to need 64-bit addressing in a few years. AMD will be able to supply cheap 64-bit chips, Intel will be playing catch-up at best.

    10. Re:Itanium at 1.6 GHz in 2003 ? by nosferatu-man · · Score: 2

      Good god, are you serious? 512mb RAM for a VIDEO GAME? O tempora! O
      mores!

      Yeesh.

      (jfb)

      --
      To spur "enterprise Linux," Big Bang, the distributed two-phase commit.
    11. Re:Itanium at 1.6 GHz in 2003 ? by the+COW+OF+DOOM+(tm) · · Score: 1

      The Itanium itself is dog-slow. However the original poster's claim:

      Did someone mention "clockspeed is not everything"? It you look at (non x86-based MPP) super-computers, I'd bet none of them runs with CPUS faster than 1 GHz, yet each processor is often an order (or two) of magnitude faster.

      Check the floating point numbers - A 1GHz Alpha (EV68) outperforms a 2.2GHz Xeon in both SPECfp and SPECfp Rate:

      SPECfp2000:
      AlphaServer ES45 Model 68/1000: 960
      Dell Precision WorkStation 530 (2.2 GHz Xeon): 802


      SPECfp2000 Rate:
      AlphaServer ES45 Model 68/1000: 21.1
      Dell Precision WorkStation 530 (2.2 GHz Xeon): 13.6

      Both of these are quad-processor machines, yet the Alpha's floating-point rate is 155% that of the Xeon at less than half the clock speed.

      Clockspeed is irrelevant. Especially when the architecture is flawed.

    12. Re:Itanium at 1.6 GHz in 2003 ? by Anonymous Coward · · Score: 0

      Well under W2k _right now_ at least 256mb is needed for games, because a decent system with firewall, virus scanner etc. usually takes up between 100-150mb, and new games can easily take that to over 300mb+. Even just running memory-intensive programs like KaZaa or Opera for a while can take it to 250mb+. Windoze 9X / XP may be different, but i dunno.

      TheNeuteredCat

    13. Re:Itanium at 1.6 GHz in 2003 ? by fitten · · Score: 1

      Yes, to run with all the newest graphic models and such, you have to have a very high end system to have a good framerate. I typically run it on an Athlon XP 1800+ with 768M DDR and a Geforce3 and in some areas it can choke.

    14. Re:Itanium at 1.6 GHz in 2003 ? by AHumbleOpinion · · Score: 1

      According to SPEC CPU2000 Results [spec.org], The Itanium at 800 Mhz performances equivalent to a Pentium III 800 Mhz. In fact the Pentium III is a little faster.

      Of course your cited SPEC results also show that a first generation (not Merced) 800 MHz Itanium is a little faster than a 600 MHz UltraSPARC-III. Be very careful with SPEC, it is more accurate when comparing like things. Desktops vs. Desktops, Workstations vs. Workstations, Servers vs. Servers, etc.

      Sun Blade 1000 Model 1600 (600 MHz UltraSPARC-III) = 292-311
      Dell Precision WorkStation 730 (800 MHz Itanium) = 314-314
      Sun Blade 1000 Model 1750 (750 MHz UltraSPARC-III) = 377-396

      AMD Athlon (TM) XP 2000+ = 697-724
      Dell Precision WorkStation 340 (2.2 GHz Pentium 4) = 786-806

    15. Re:Itanium at 1.6 GHz in 2003 ? by sconeu · · Score: 3, Funny

      4ghz of Hot P4 Action

      I'm sorry, but I just got the mental image of the geek pr0n site that would use this tagline!

      --
      General Relativity: Space-time tells matter where to go; Matter tells space-time what shape to be.
    16. Re:Itanium at 1.6 GHz in 2003 ? by HiredMan · · Score: 4, Interesting
      AFAIK - Enough said.


      As people have pointed out the 800Mhz Itanium chips - the fastest you can buy - have an integer performance slightly less than an 800Mhz PIII.


      From the article: "Applications will be about one and a half to two times faster than what you get on a (current) Itanium"
      I'm assuming this is WITH the huge L3 cache in pilot systems if they are claimed actual application performance.

      Let's compare this to the REAL competition: IBMs Power4.

      IBM Power4 1.3GHz - shipping for a while now:
      SPECint2000 = 814 SPECint_base2000 = 790
      SPECfp2000 = 1169 SPECfp_base2000 = 1098

      Even the best Itanium reported int numbers are:
      SPECint2000 = 365 SPECint_base2000 = 358
      (Same box) SPECfp2000 = 610 SPECfp_base2000 = 526

      Even if the McKinley (which doesn't ship for 6 months or so) produces double the Itanium numbers (which it won't) it'll still lag the currently shipping Power4 chips.
      And with only an clock speed increase of 60% over the next three years IBM can stay ahead simply by getting the 1.8Ghz models out the door in the next 24 months. (That's assuming that the 1.6Ghz McKinleys will even outperform the current Power4s.)

      It looks like Intel has increased clock speed by 25% added a bunch of L3 cache and is claiming 150%-200% gain. I think Intel has a (big) dog on their hands and they're trying to dress it up. The P4 performance will probably continue to outrun their flagship "server" chip and because of AMD Intel can't afford to strangle the P4's performance as they might have been able to in the past.

      Intel said, "Wait for Merced." - which we did for years. Then they said, "Well, the Itanium sucks, but wait for McKinley!"

      =tkk

    17. Re:Itanium at 1.6 GHz in 2003 ? by tomstdenis · · Score: 1

      Learn to count. 1024x768x32bpp == 2.25 Mbytes. Even if you have a tripple buffer thats under 8Mbytes.

      Assuming you have 250 64x64 textures, thats another 4Mbytes.

      So we are talking about 4Gb of ram will be needed for a video game?

      Even given complicated maps at most 64 Mb of ram should be required....

      --
      Someday, I'll have a real sig.
    18. Re:Itanium at 1.6 GHz in 2003 ? by Anonymous Coward · · Score: 0
      It looks like Intel has increased clock speed by 25% added a bunch of L3 cache and is claiming 150%-200% gain. I think Intel has a (big) dog on their hands and they're trying to dress it up. The P4 performance will probably continue to outrun their flagship "server" chip and because of AMD Intel can't afford to strangle the P4's performance as they might have been able to in the past.

      They did a lot more than that. It has a shorter pipeline, higher clockrate, additional integer units, on-die L3 cache. 150-200% is a modest prediction for performance.

      You should also note in your SPEC marks that there's accusations that IBM "cheated" with their submissions. I'm not sure on the details on it, but I was reading parts of it on www.realworldtech.com the other day.
    19. Re:Itanium at 1.6 GHz in 2003 ? by HiredMan · · Score: 3, Interesting
      They did a lot more than that. It has a shorter pipeline, higher clockrate, additional integer units, on-die L3 cache.

      That's true.

      150-200% is a modest prediction for performance.

      This was the prediction of an Intel representative. I can't imagine he was TOO conservative... Then again it's academic since no one is actually running software on an Itanium - who can compare their current results with future ones? ;)
      But seriously - the faster clock speed and cache (since Int operations are much more sensitive to cache changes) would account for a nice bump in performance. I'd expect nearly a 50% increase in speed simply from the changes I noted. Even if it is twices as fast then new chip arch is only reponsible for a small increase in that speed.

      My point is that HP decided as early as 1996 that the Merced project would never surpass PA-RISC and essentially took their marbles and went home. McKinley was an attempt to get something out of the project after it was clearly headed for failure. Intel should have known they had a dog on their hands and yet the flogged the FUD for years and after billions of dollars they have yet to deploy a compelling technology.

      You should also note in your SPEC marks that there's accusations that IBM "cheated" with their submissions.

      Thank goodness Intel has never been accussed of anything so horrid!


      I'm not sure on the details on it, but I was reading parts of it on www.realworldtech.com the other day.


      Well if it's on the Internet it MUST be true...
      Let me get this straight - because you "heard something" you can't back up I should note that IBM's officially submitted Spec results are faked? How do you figure?

      =tkk

    20. Re:Itanium at 1.6 GHz in 2003 ? by Ilgaz · · Score: 1

      Before teaching him how to count, go and check games site:

      http://everquest.station.sony.com

      Game is huge, the idea behind is huge, the player base is huge.

      So we aren't talking about how much ram to draw cool animated characters, we are talking about the ram that is needed for the game in its entity.

      There are some "richie rich" friends around me using Itanium at home already. I guess they won't bother to pay 2x the regular price.

      They are gamers, they are not mad, they are just gamers. Besides, who needs GeForce 4 shipping tomorrow? Gamers... :-)

    21. Re:Itanium at 1.6 GHz in 2003 ? by OnanTheBarbarian · · Score: 2

      As far as I know, the controversy about SPECfp 2000 relates to Sun's compiler, not IBM's. The usual "Your compiler does too well on SPEC" whining, nothing serious.

      I think SPEC needs to release a new benchmark set every 6 months, with about 50 really large programs in it each time. Ok, that's a little silly, but otherwise "gaming" the SPECs is essentially inevitable.

  26. Starting in 2004? by Penguinoflight · · Score: 0

    I really think these companies could do better. Intel bought the rights to Alpha last year, but they won't be using any of it until 2004. We know from benchmarks that a 667mhz Alpha was capable of trashing a Itanium 800mhz, and there's a lot more powerful Alpha's than that. Intel is too much into marketing from my view.

    --
    "And we have seen and do testify that the Father sent the Son to be the Savior of the World"
    1 John 4:14
  27. 64 bit regs is new? by gTsiros · · Score: 4, Interesting

    Yeah, right. Intel is the big player. Right.

    My calculator's processor has 64 bit registers. You think i'm trolling? Check it out for yourself:
    google search

    There are a lot more (and more powerful) procs out there, but this one just seems more appropriate for intel bashing ;)

    --
    Looking for people to chat about multicopters, coding, music. skype: gtsiros
    1. Re:64 bit regs is new? by SilentChris · · Score: 2

      Your calculator also has a lack of cache, a variety of register instructions and compatibility with other architecture. Your point is?

    2. Re:64 bit regs is new? by gTsiros · · Score: 1

      Yes, you are perfectly correct. In fact, the yorke cpu is a very weird risc-like core. But on a cycle-per-cycle basis it is very powerful (it goes side by side with TI's 10MHz calcs and the yorke is at 4MHz).

      As for my point...i am not sure exactly... maybe that intel could do a lot better? I am not a digital circuits designer (i study physics) but i think intel's procs are low performance compared to other, bigger/meaner procs. Maybe Alphas? (be gentle, i do not know very much about these things).

      Are you familiar with the yorke cpu?

      --
      Looking for people to chat about multicopters, coding, music. skype: gtsiros
    3. Re:64 bit regs is new? by DarkEdgeX · · Score: 2

      Yah, but how MANY does it have? The IA-64 architecture, as I recall, calls for 256 such registers. I sincerely doubt your calculator has that many (let alone the redundant sets that no doubt exist internally to speed up execution). It is dumb to say it's the first processor with 64-bit registers, though..

      --
      All I know about Bush is I had a good job when Clinton was president.
    4. Re:64 bit regs is new? by Anonymous Coward · · Score: 0

      "As for my point...i am not sure exactly... maybe that intel could do a lot better?"

      I'll agree with that, but remeber they not only have to get better but must deliver consumer level hardware when it's ready. So yes this is inefficent but give them a bit and it'll get better.

    5. Re:64 bit regs is new? by morcheeba · · Score: 3, Informative

      A quick summary of the Saturn microprocessor, for those interested...

      The Saturn processor is a propietary HP chip used in many of its calculators. It's generally considered a 4 bit chip (since this is the internal data bus size), but it has four 64-bit registers. I think the coolest part of the chip is that each instruction can operate on various portions of these registers -- for example, only the upper nibble, or only the lowest 4 nibbles. Since this is a calculator, math is generally done in BCD format. Externally, the chip connects using an 8-bit data bus. The address bus width (and therefore the PC, too) is 20 bits wide, and each address refers to a nibble of data. Maximum addressable memory = 1 meganibbles = 512KB. Most of the calculator firmware (such as calculating the sine of a number or matrix manipulation) is interpreted RPL to allow code reuse code (to save time, and to ensure bug-free implementations)

      HP did a great job with this calculator, including releasing internal documenation and development tools. More info here, or use google.

      It's a shame that HP shut down thier calculator division.

    6. Re:64 bit regs is new? by gTsiros · · Score: 1

      As a side note, the saturn architecture is very elaborate, complicated, safe and efficient. When returning from stand-by, the processor talks to the power supply to find out if there is enough power to do it. "Why? Isn't it enough that if there isn't enough power the cpu won't come up?" you ask...Well, first of all, if there is little power left and the cpu starts sucking on it, memory go bye-bye. Now, the question that should bother you is... where does it find the power to do the handshaking between cpu core and power supply? Mind you, this thing can run on 3AAA batteries for a whole season. Built like a tank, you buy one and die with it. Guaranteed.

      ti's don't even come close, even tho the software is really nice.

      --
      Looking for people to chat about multicopters, coding, music. skype: gtsiros
    7. Re:64 bit regs is new? by Anonymous Coward · · Score: 0

      FAG!

    8. Re:64 bit regs is new? by Luminous+Coward · · Score: 1
      I think Intel's procs are low performance compared to other, bigger/meaner procs. Maybe Alphas?
      If you can't beat them, buy them out.

      Intel bought the complete Alpha technology from Compaq -- including engineers, software developers and infrastructure managers (June 25th, 2001).

  28. It's the whole retro thing... by Dutchmaan · · Score: 2, Funny

    ..perhaps we're trying to get back to the good ol' days when you could walk around inside your computer....

    or maybe they're taking the term "big iron" a little too seriously..

    1. Re:It's the whole retro thing... by Anonymous Coward · · Score: 0

      Actually i woldnt like to walk around inside my computer, i mean, without beign inside i catch some pretty damn scaring eletric shocks, now just imagine if i where inside... im sure a screw is landing my motherboard.

  29. Coffee warmer built-in! by Insightfill · · Score: 3, Funny

    At that size, a smallish mug should fit nicely on it. No use wasting all that heat!

    1. Re:Coffee warmer built-in! by sharkey · · Score: 3, Funny

      At that size, a smallish mug should fit nicely on it

      Now, someone needs to figure out how to mount it on the CD/DVD tray, so the cup-holder will be heated.

      --

      --
      "Outlook not so good." That magic 8-ball knows everything! I'll ask about Exchange Server next.
    2. Re:Coffee warmer built-in! by yomahz · · Score: 1

      This article indicates that the chip will run at room temp. I'll believe it when I see it though.

      And Intel claims McKinleys in the future will run at .13 micron and at 5GHz at normal room temperature, because of the low power circuits it will use.

      --
      "A mind is a terrible thing to taste."
    3. Re:Coffee warmer built-in! by rlowe69 · · Score: 2

      At that size, a smallish mug should fit nicely on it. No use wasting all that heat!

      For now, maybe. According to an article linked in an above post, the chips will be cooling down ... to room temperature! Unfortunately, this means no more hot coffee. :) Here's the quote from the article:

      And Intel claims McKinleys in the future will run at .13 micron and at 5GHz at normal room temperature, because of the low power circuits it will use.

      I don't drink coffee, but I was kinda hoping to have something to keep my feet warm. :)

      --
      ----- rL
  30. Alpha parts in current AMD's?? by Anonymous Coward · · Score: 0

    Don't current Athlon XP's include some parts or work-alikes of the Alpha processors?? I thought there was some discussion of this in relation to the AGP/memory page size issues...

  31. Less Logic, More Cache? by Anonymous Coward · · Score: 1

    5 years ago I read an article about Merced, on of the points of the article was that the EPIC instruction set would allow Intel to scale the number of execution units in the CPU. High end Merceds would have more execution units and be faster. The addition logic was said to be a better use of transistors (die space) than large caches.

    Now Intel brings McKinley with massive L3 cache. I know that in large SMP machines memory access is a big bottleneck, and apparently Intel is confident that they can Fab this beast, but still, does massive L3 cache indicate a cludge - that Intel can't get the expected performance from EPIC and need a quick cache fix?

    Or is it merely a matter that Intel can Fab 'em and in servers the L3 really is that useful that you'd use 1/3 or your die space for it?

    1. Re:Less Logic, More Cache? by roca · · Score: 3, Interesting

      The cache miss penalty is huge in IA64 because it can't reorder stalled instructions. That's one reason its performance is terrible on irregular memory-intensive applications (i.e., most server workloads). Anything that reduces the cache miss rate has got to help.

    2. Re:Less Logic, More Cache? by Anonymous Coward · · Score: 0

      big cache and register renames will sell it to crypto and math buffs, as logic and smp is costly to develop - AMD seems to do it more efficiently. but it wont help, say 24 cards in line driving a sql server, as the memory model is NOT being discussed. if amd has excess die capacity, I hope amd fab a big chip, and spoil intels pay through the nose for cache game. seems intel have outspent them to get to 95 first. them fab plants dont last long.

  32. That's Almost 3 bits per millimetre! by Bobzibub · · Score: 3, Funny

    "464 square millimeters which would make it one of the largest ever produced....due to the 64 bit registers." 464^.5=21.54mm a side.
    64bits/21.54mm=2.97 bits/mm

    They've GOT to start using smaller wavelengths!

  33. Re:CmdrtTaco is Terrorist!!! by Anonymous Coward · · Score: 0, Informative

    Don't you get it? page widening posts are making people NOT want to read at -1....not only is it as dumb as a fucking turd, but it also has adverse affects on trolls....fucking idiot

  34. Diamon Mako? by FileNotFound · · Score: 0, Offtopic

    Did anyone bother getting the Diamond Mako?

    It's a Psion Revo sold by Diamond with no real difference to the Revo other than the name.

    I picked mine up for $100 from TigerDirect, and promptly lost it in under 2 months. But it was great while it lasted.

    --
    In Soviet Russia, the television watches YOU!
  35. I have the book by ouija147 · · Score: 1

    I'll do a re-read on it tonight. I haven't touched it since 1998.

    It seems that if they are putting that much cache on the die it must not be for grins and giggles.

    Space is at such a premium, they would not have undertaken adding that much cache without a great deal of thought.

    1. Re:I have the book by Chris+Burke · · Score: 2

      Obviously they aren't adding it for grins. I'm sure they did architectural studies that showed a performance gain comensurate with the cost. They probably chose that value after examing a number of possibilities and finding that to be the "sweet spot".

      --

      The enemies of Democracy are
  36. Nothing new here - take a look at the hp-pa 8800 by Anonymous Coward · · Score: 5, Interesting

    http://www.lostcircuits.com/cpu/hp_pa8800

    Has 3Mbyte L1 cache and 32Mbyte L2 cache and
    a transistor count of 300 million.

    To quote:

    "The HP PA-8800 L1 cache is probably the biggest L1 that ever existed so far with separate 750 KBytes of data and instruction cache for each core. This results in no less of 4 blocks of ¾ MB density each for a total of an unprecedented 3 MB L1 cache, physically twice as much as the combined L1+L2 on IBM's Power4. Accordingly, the transistor count of the HP-PA8800 is with 300 Million transistors almost twice as high as the 170 Million transistors of the IBM Power4 and results in a die size of 23.6x15.5 mm2 or 361 mm2. The L2 cache of the PA-8800 is off-chip and consists of four 72 Mbit "1 Transistor SRAM" chips developed by Enhanced Memory Systems.

    http://www.cpus.hp.com/technical_references/PA-8 70 0wp.pdf

    has a roadmap of the hp-pa and Itanium chips so
    really there is nothing new or exciting to report
    that hasn't already been said 9 months ago.

  37. Who cares about GHz... by jbf · · Score: 5, Insightful

    ... if you can't run the apps.

    Intel x86 is restricted to 48-bit addressing (with segment registers), and practically 64GB with modern OSes. (http://linux-mm.org/)

    If I want more than 64GB of addressable physical memory (which I do for some apps), then who cares if you can give me a 32-bit x86 running at 900GHz, it's not going to do diddly squat for me, since _going over the PCI bus_ for swap is going to kill me vs a 1.6GHz 64-bit processor. And since you need to go over the PCI bus just to get to a pseudo-disk stuffed with RAM, that solution is still bogus.

    I see your point that this isn't what Joe Blow's gonna put on his desk. But the improved address space is definately a big win, and that's assuming that they can't ramp up the clock speed in a hurry.

    1. Re:Who cares about GHz... by Anonymous Coward · · Score: 0

      x86 is restricted to 32 bits addressing: in protected mode the segment registers aren't added to the address, they're just used to point to gates or protection tables.

      Also, the 64gb in modern OSs are for total system's accessible memory, each program can still address only 3gb (the other one is reserved for the kernel).

    2. Re:Who cares about GHz... by diablovision · · Score: 1

      This is modded up to +5? Your numbers are wildy inaccurate. Intel x86 is fact, limited to 32 bit address space. The segment registers select descriptors in the LDT that are constrained with a 32 bit logical address space. This LDT isn't accessible from user mode, anyway. That means, even if the OS did collude to mess with your segments in the LDT, you still can't address more than 4gb of memory.

      Now. For the 64gb number. That indeed is a hard limit. That's the limit of addressable physical memory set by the recent (Pentium Pro+) series Physical Address Extensions. These extensions allow the OS or application to address pages of physical memory up to 64gb, but only 4gb of them at a time.

      So, 32 bit address space is it.

      --
      120 characters isn't enough to explain it.
    3. Re:Who cares about GHz... by jbf · · Score: 2

      And if I were willing to code up a specialized OS to run my huge (single) program, I wouldn't be in user mode, now would I. This is a tradeoff I've actually considered, since Itaniums are somewhat pricey. Of course, typically your time is more expensive than a shiney new Itanium, even if the latter costs $100k.

      Incidentally, I considered whether or not to make the 4GB per process in user space argument, but someone would doubtless raise the large memory extensions to Linux. In any case, since the hardware supports 64GB, you could use 60GB as process-managed swap and know that random access in that area is legal.

      As it stands, RAM is so cheap that if you needed 64GB RAM, you could just buy it without having it raise the price of your box too much. It's stupid for Intel to keep cranking out 32-bit processors, and hopefully they'll get Hammered for their trouble and have to bring out Yamhill.

  38. Amd competition. more numbers. by leuk_he · · Score: 5, Informative

    Now that you mention AMD. It has been roumoured last week all over the net that intel has a backup plan, an P4 with 64bit extenstions

    os.opinion article
    news.com

    by the way, the amd hammer is expected to 105 mmm^2 on 130 nanometer (.13).

    the current amd MP (palomino) has a die size of 129mm on .18.

    the original P4 has a die size of 217mm and is now at 150 mm^2.(with a bigger cache)

    Note that the original article does mention the 424 size is on .18 and the next generation is on .13. note that this can make a differce of a factor 2 (13^2/18^2= 0.52)

  39. Yes, but is Itanium going anywhere? by sphealey · · Score: 2

    Last I heard, Intel may have dug themselves a hole with Itanium. It's incompatibility with existing apps means that there is no desktop demand to drive economy of scale. Therefore the price isn't coming down and the price/performance is not improving faster than the older, "inferior" technology. How will they escape this death spiral?

    sPh

    1. Re:Yes, but is Itanium going anywhere? by MtViewGuy · · Score: 2

      You are correct, alas.

      Technically, the Itanium architecture is a great idea, but with no real software available for the CPU (do we really have a native-register Linux distribution for this CPU?) the processor is not going to be very popular.

    2. Re:Yes, but is Itanium going anywhere? by Anonymous Coward · · Score: 0

      How will they escape this death spiral?

      Simple, partner with Microsoft to phase out Windows support for the x86 architecture by a certain date and include "legacy" hardware based emulation that will still allow you to run your old apps until there are enough Itanium apps out there to justify scraping it altogether. Since 95% of the PC using public uses Microsoft Windows it should be relatively simple. The rest of the fringe operating systems like Linux or *BSD will either adapt or die.

    3. Re:Yes, but is Itanium going anywhere? by Anonymous Coward · · Score: 0

      Simple, partner with Microsoft to phase out Windows support for the 8086 architecture by a certain date and include "legacy" hardware based emulation that will still allow you to run your old apps until there are enough i386 apps out there to justify scraping it altogether.

      Then discover that it still takes 10 years.

    4. Re:Yes, but is Itanium going anywhere? by roca · · Score: 2

      Technically, the architecture is terrible. Intel bet that they could eliminate on-chip support for out-of-order execution and designed an architecture around that assumption, hoping that compilers would be able to compensate. They lost the bet. So Itanium is good for regular workloads, especially those with predictable memory accesses, but sucks hard for workloads with irregular memory access (like, say, programs that spend a lot of time traversing complex data structures).

  40. Wow--- some of the stuff I've seen by ZaBu911 · · Score: 1

    I read PC Magazine just because I've been subscribing to it for a decade or so. Anyway, recently they had an article (I forget which issue) in which they talked about the Itanium. There, they showed a demo of Maya 4 running on the Itanium.

    All I can say is wow. This means power. I'm looking forward to some of outcomes of stuff done on this (super)chip.

    1. Re:Wow--- some of the stuff I've seen by Knobby · · Score: 2

      Maya 4 runs on x86 and PPC boxes too.. How does the ability to run Maya 4 make the Itanium powerful.. I'd be much more impressed if you'd told me that Intel had Maya 4 running on a 500MHz Itanium and it blew the doors off a dual Athalon or Dual 1GHz G4 box..

      I want to see numbers.. How does the Itanium compare to the Ultrasparc 3 or Power4 processors? Does it play nicely in SMP configurations like the Power4? etc..

  41. NOT wow! by Anonymous Coward · · Score: 1, Insightful

    More cache = larger die size = low yeild per wafer = very expensive processors = fewer sales.

    This giant die is going to be very hard to produce in any quantity. CPU makers must balance acceptable cache levels with acceptable production costs.

  42. The best line in the article is the Itanics by Anonymous Coward · · Score: 0

    Like titanics. lol "the Itanics" have sunk.

  43. Intel icc w4r3z by Anonymous Coward · · Score: 1, Funny

    #!/bin/sh

    ##
    ## haX0red Intel C/C++ Compiler
    ##
    ## This simple shell script will h4x0r the icc compiler so that
    ## it skips the check for a valid license file. I was inspired
    ## to do this because of the asshole Intel engineer at
    ## LinuxWorld 2002 who did everything he could to dodge
    ## my questions about Intel's compiler and other general rudeness.
    ##
    ## I developed this hack against this version:
    ##
    ## Intel(R) C++ Compiler for 32-bit applications, Version 5.0.1 Build 010730D0
    ## Copyright (C) 1985-2001 Intel Corporation. All rights reserved.
    ##
    ##
    ## Usage:
    ## Install the Intel C compiler. Don't download a license!
    ##
    ## Make sure to import all of the variables that the compiler
    ## needs to function (it won't work with vanilla include/libraries)
    ##
    ## Enjoy!
    ##

    echo 'break *0x8056451' > /tmp/icc.hack.
    echo "run $*" >> /tmp/icc.hack.
    echo 'jump *0x80567d0' >> /tmp/icc.hack.

    gdb -batch -x /tmp/icc.hack. icc
    rm /tmp/icc.hack.

    1. Re:Intel icc w4r3z by scottj · · Score: 0, Offtopic

      Has anybody tried this thing out yet?

      --
      .-.--
    2. Re:Intel icc w4r3z by Anonymous Coward · · Score: 0

      I work as an engineer at Intel (on the same floor as the Itanic design team, in fact), and this "asshole Intel engineer" isn't a rarity. Most of the engineers here are assholes, or incompetent, or both. What's really surprising is how little most of them know about computers, or even worse, about the computing world outside Intel/Microsoft. Many of the design/pre-silicon engineers have HP Unix workstations on their desks, but none of them seem to have any clue as to what kind of machine it is, how many CPUs, etc. I don't think they even know that they have 64-bit processors! Try to tell them about IBM's latest advances in mainframes and they don't care at all. "single point of failure!" But the worst part of working here has got to be the constant bombardment with Microsoft advertising. Windows 2000 posters all over, and even in a business update meeting, instead of hearing about Intel's business and products, we instead have to listen to a long presentation about how great MS PocketPC/WinCE is. I'm looking forward to my next AMD processor...

  44. AMD Athlon by Vagrant · · Score: 2, Informative

    184 square mm die size (prior to Athlon 800)

    102 square mm die size (Athlon 800) ... source

    Note that this article also states that: Intel has also incorporated a substantial amount of redundant circuitry in the processor, Krewell said. Chipmakers often use redundant circuitry to boost yields. Sometimes, circuits come out scrambled on a finished chip. If the manufacturer has put in two sets of the same circuits, the chip will function properly because it can use the second set.

    You could have a dual Pentium machine and not even know it :)

    I guess this redundancy is why the chip has gone up 10% in size in the last couple of months ... (see this article) which quotes: One of the reasons for McKinley's bigger price tag, Krewell said, is that it will cover nearly 440 square millimeters in area--or more than twice that of the Pentium 4.

  45. Intel Chips - possible problem by Sierpinski · · Score: 1
    I found this article rather interesting with respect to Intel chips...

    Here is an excerpt:


    The MTH may be affected by system noise and may cause intermittent system reboots or system hangs during operation.

    This problem may result in lost or corrupted data. Intel has placed the MTH component and an Intel motherboard that uses the part on shipment hold.

    The MTH is a component that enables SDRAM and was introduced in November 1999. The MTH component is used on some boards and in some systems using the Intel® 820 Chipset, including the Intel® CC820 Desktop Board Family with SDRAM. This issue does not impact boards or systems using the Intel 820 Chipset with RDRAM* memory.

    1. Re:Intel Chips - possible problem by Anonymous Coward · · Score: 0

      What does this have to do with McKinley? This is an old problem back when P4's used the 820 chipset.

  46. Need itanium in the desktop by joeblowme · · Score: 0, Troll

    I've been waiting and waiting for a 64 bit processor in my desktop forever. You just can't get all hot and bothered about the itanium till you can have one at home to play with. I'm ready for a massive performance increase in my home computer like we had when the first Pentium came out. More clock cycles are nice but 64 bits get you even more bang for your buck.

    --

    If your not cheating your not trying. If your not trying your not winning and if your not winning why play?
    1. Re:Need itanium in the desktop by Bert64 · · Score: 1

      Then buy yourself an Alphastation, or a SUN Blade workstation, theyre kinda cheap nowadays.. and 64bit ofcourse.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
  47. Question: Cost? by ZaBu911 · · Score: 1

    Anyon know how much this will cost? Thanks...

    1. Re:Question: Cost? by mgblst · · Score: 1

      between $1 and $1,000,000... approximately.

  48. AMD's Response by Murdock037 · · Score: 2

    I wonder if AMD will start some sort of "size isn't everything" initiative.

    Maybe they could offer some sort of conversion system, so that consumers can easily convert between centimeters and inches, and understand that AMD's new 1.5"+ chips perform about the same as Intel's 20mm McKinleys...

    1. Re:AMD's Response by Anonymous Coward · · Score: 0

      Heh. They could always refer to it as calibre... :)

  49. And as usual, it's not the size of the chip, by Aexia · · Score: 0, Redundant

    it's how well you use it that's important.

  50. What effects die size by Belly+of+the+Beast · · Score: 1

    Two things effect die size.

    1) "Active Area" is where the Transisters and routs go

    2) Bonding Pads. Any chip has to have pads as connection points. As bus widths go up so do the number of I/O pads. Even with inovative connection methods I/O takes up alot of real estate. The good news is that the features of I/O are large so they seldom are the cause of a bad chip so they are less often the reason of a chip process falure. One thing to keep in mind is that Pads must be of a minimum size and must be on teh outsde edge of the chip so that in a wide, but simple chip you can end up with "circled wagons" with a lot of empty space inside.

    -s

    1. Re:What effects die size by jlspies · · Score: 1

      From what I recall, when the PPC chips first came out, they were "special" for various reasons that included their smaller size. This small size was due to the fact that the connection points were NOT always at the edge of the chip, they were occasionally in the middle. This allowed the chip to be smaller in size because trace lines did not have to be drawn from the middle of the chip to the connection points at the edges. Does anyone else remember this tidbit?

    2. Re:What effects die size by kilrogg · · Score: 2
      That's were flipchip has an advantage, you can more freely place your bumps (the flipchip equiv of a pad) anywhere on die. The I/O cicuitry still take up a lot of space(output buffers/esd protections), but at least you aren't stuck with empty space in the middle. Another pro is no bondwire inductance, which is good for high data rate I/Os. Main downside is the high cost of the substrate (i.e. package), this can be a big problem for high volume/low-margin chips like CPU.

      Anyway, with 3MB of onboard cache, I doubt the I/O pads are to blame for the large die size of this CPU.

  51. WHY? by opn_human1 · · Score: 0

    Does this 3Meg leve 3 cache seem a bit excessive to any one else just to prop up Intel's CISC based arcitecture?...These guys really need to catch up to the rest of the industry go RISC and drop the backwards compatibility.... IMHO It would be a great boon for everyone involved.

  52. Need a clue by TonyJohn · · Score: 1

    Three obvious points:

    - The size quoted is die area, not package size. As the article says it IS very, very big.
    - This processor is not aimed at the consumer market (ie. it is not intended to replace whatever you have in your machine). The price and production volumes reflect this.
    - CPI ([clock] cycles per instruction) is just as important as clock frequency. And to a limited extent so is the instruction set architecture, cache sizes, branch prediction mechanism, datapath width (the number of bits), data bus width, external bus architecture and a whole load of other stuff. Trust that Intel have done their maths and have produced a product that will provide the performance required for the target market.

    I fear Slashdot is rapidly becoming infamous not just for high server loads, but for somewhat uninformed "but can you run Linux on it?" style postings.

    (Please note, I have no objection to people actually asking "can you run Linux on it?" - just people making uninformed comments)

    John

    --
    Owl tried to think of something wise to say, but couldn't.
  53. news.com still owned by intel? by derickh · · Score: 1

    How much of news.com is still owned by Intel? Intel makes the second biggest chip is news? derick

  54. Re:Nothing new here - take a look at the hp-pa 880 by roca · · Score: 3, Informative

    The question with an L1 cache of that size is how many cycles it takes to access the cache. It's easy to make a huge L1 cache, you just pay in increased access time. It's not impressive until we know the latency numbers as well as the size.

  55. So... by sohp · · Score: 2

    Is that an Itanium in your pocket, or are you just glad to see me?

  56. Nothing Moore by ackthpt · · Score: 2, Funny

    Once upon a mid-day dreary, while I plodded, weak and weary,
    Through an informative article about a truly massive core,
    While I nodded, the newsfeed was slashdotted, suddenly there came a tapping,
    As if FedEx gently rapping, rapping at my chamber door,
    "Prob'ly FedEx," I muttered, "with boxes of reminders;
    reminders of the law of Gordon Moore."

    --

    A feeling of having made the same mistake before: Deja Foobar
  57. Intel is nuts!!!! by Anonymous Coward · · Score: 1, Interesting

    Why not just follow IBM and build a good old fashioned Risc chip like the Power4. No instead they decide to build this uberweird VLIW chip with a new name and marketing spin. It is never a good idea to make a product out of research project. Hell they could have purchased the HP-PA Risc or Compaq alpha assets, used the Instruction Set and build an uberfast Risc chip besting their competition in a shorter period of time and continued research using the money spent on Itanium. It is just a crazy processor with too many registers and oversimplified instructions to the point where they have become complex. Hell if amd was to start from scratch they could have just ripped the microOps off of the Athalon used a new instruction set and had a faster chip than the itanium. Intel is trying to make too large of a step too fast. As for 64 bits, who cares except for servers for floating point intel, amd, and the PPC all use an 80 bit mantessa effectively allowing for greater than 64bit fp math and inter math above 32 bits is not very common. The only reason for the 64 bit chips is 64 bit addressing making large ram access possible and also increasing the rate instructions can be sent to the fp units as they are only sent half at a time due to 32 bit memory addressing.

    1. Re:Intel is nuts!!!! by the+eric+conspiracy · · Score: 2

      It is never a good idea to make a product out of research project.

      Well, that's a rather cold view. After all, where is progress going to come from if people don't try to make products out of research projects. Heck, we would still be using piles of stones to count our bushels of grain otherwise.

  58. Try this... by Doppler00 · · Score: 1

    Go to your BIOS and disable the L2 system cache. See how long it takes your computer to boot. :) About 95% the system will read from the chache and not the main memory. This is why it is so important.

  59. NOT not wow! by plover · · Score: 3, Informative
    You're absolutely correct in that a substantially larger die will result in substantially lower yields (excepting any magical breakthroughs in chip fabrication, which are always possible.)

    But there are segments of today's market that are willing to pay almost any price for a high-performance chip. These people will fork over a $1000 without blinking an eye if they think it will speed up their business.

    Look at any commercial server available today. They're priced around $15000 - $20000. If chip prices go to $1000 instead of the $400 they're probably paying, that makes a difference of $2400, or about 12%, in a 4 way box. Even if chip prices went to $2000, it's a $5600 difference, or a 28% difference. If your processors are your bottleneck, then you've gained a lot of improvement for not-very-much delta in money.

    Sure, a $2000 chip is out of reach for most home users today, but there is always a market for just about anything faster they can produce.

    And there are enough crazed overclockers out there that'll spend whatever it takes to raise their frame rates on Quake III. It'll sell. It'll also drive the market to a new standard, which also sells chips.

    --
    John
    1. Re:NOT not wow! by khuber · · Score: 2
      Look at any commercial server available today. They're priced around $15000 - $20000

      Heh. Maybe if by "server" you mean high-end Windows workstation. A midrange Sun server like a sunfire 4800 is around $350k list, say $300k. And that's just a test machine where I work - the production stuff runs on a combination of 4500s and 6500s, soon 4800s/6800s. 6500s are over a million IIRC.

      But anyway, your point is still right on, and even more valid with datacenter-class servers, disk arrays, and so on. Paying $2k for the processor is nothing.

      -Kevin

    2. Re:NOT not wow! by Anonymous Coward · · Score: 0

      A Sun e450 is a nice box for a reasonable price. A dual config is less than $30k now for a nice workgroup server.

    3. Re:NOT not wow! by nr · · Score: 1

      The descendant of the E450, the SunFire V880 is infact cheaper than the much older E450. Nobody should buy a E450 today, its 5-6 years old technology, I think is was introduced by Sun at 1996. We are currently phasing out most of our E450's which are 3-4 years old for the new generation of SunFire models.

    4. Re:NOT not wow! by khuber · · Score: 2
      A Sun e450 is a nice box for a reasonable price. A dual config is less than $30k now for a nice workgroup server.

      Yes, definitely. You can even buy a low end v880 for 30k. I was teasing a bit. We still have 220s, 250s and 420s and 450s that are more reasonably priced boxes, though I personally don't like the 2xx machines. The bigger machines are used for applications where memory and/or processing requirements are really high.

      We'll probably be getting more 880s though because they are pretty expandable and hold a lot of memory. They go up to 8 processors / 32 GB.

      These Suns, while not the fastest in town (see IBM Power4), are a proven 64 bit architecture that has been around and doing real work longer than the Itanium hype. It bugs me to see so much attention given to the Intel machines. I understand the desire for good commodity machines, but these things are going to be pricey anyway. And I could give a rip about running Windows on servers.

      -Kevin

  60. It's a microsoft product... by MoneyT · · Score: 1

    what's your point?

    --
    T Money
    World Domination with a plastic spoon since 1984
  61. Liar by Anonymous Coward · · Score: 0

    Funny but Word on my machine, when opening a fairly long document full of tables, with all features turned on, uses 18MB. Sounds like you're a `redicilious' liar.

  62. So this is the Itanic replacement? by AFCArchvile · · Score: 1

    Someone should inform Intel that President McKinley was assassinated. Will the Hammer do the same to this McKinley?

    --
    "Ancillary does not mean you get to rule the world." --U.S. Circuit Judge Harry Edwards, speaking to the FCC's lawyer
  63. i find your ideas fascinating by Anonymous Coward · · Score: 0

    pleez subscribe me to yoor news leter

  64. Just imagine the heat... by ultramk · · Score: 0

    of a Beowulf cluster of these guys...

    Oh, go ahead. Mod me down. You know you want to.
    Michael-

    --
    You catch enchiladas by picking them up behind the head and holding them underwater until they don't kick anymore -VeGas
  65. Shavano, not Chivano by Anonymous Coward · · Score: 0

    It's really spelled Shavano, not Chivano. In the recent tradition of naming parts after mountain peaks.

  66. Mainframe CPU bigger? by linatux · · Score: 0

    never seen the die size, but the final product is half a metre per side and needs a special jig (not to mention 2 days training) to install.
    Don't want any bent pins on those suckers!

  67. register width != processor width by Anonymous Coward · · Score: 0

    Most people judge the 'bitness' of a processor by the width of it's memory addressability. I doubt your calc can address 2^64 bytes of RAM.

    And by your irrational logic, the Pentium is an 80 bit processor since that is the precision in the x87 FPU.

  68. Re:Nothing new here - take a look at the hp-pa 880 by Saidin · · Score: 2, Informative

    The latency is no secret. It is a 2 cycle latency cache. Pseudo 2-way set associative (you can load from an even and an odd row at the same time, but not 2 even or 2 odd)

  69. Re:CmdrtTaco is Terrorist!!! by (outer-limits) · · Score: 0, Offtopic

    I agree with this post, i'm at 0, and each time i'm tempted to move back, it's not for long. This is an interesting social experiment on why good is better than bad. At present, good wins.

    --

    Microsoft - Where would you like to go today, Maybe Jail?

  70. poe boy by Anonymous Coward · · Score: 0
    really bored eh?

    applause

  71. Of course. by Chris+Burke · · Score: 2

    Eventually you'll have 128MB of DRAM on chip. Why? Because it'd be faster. Closer memory is better.

    Having the L3 on chip makes the same amount of sense as having the L2 on chip -- which is to say, lots. First, you can run the L3 at core clock speeds. No external bus is ever going to run as fast as pure silicon. This means that the latency is going to be much lower than for an off-chip L3. This means the average memory access time will be lower, which means better performance. Second, the bandwidth can easily be higher, since you don't have to pay with pins for extra data lines and, again, you're running at core speeds.

    For those programs whose working sets fit into this amount of memory, the on-chip L3 is going to blow the doors off an otherwise equal off-chip L3.

    --

    The enemies of Democracy are
  72. Re:It emulates the 32 bit instruction set by acomj · · Score: 2

    I think it does run older programs. In a simulation/emulation mode. Don't know much on how it works though...

  73. Anyone remember... by Burning1 · · Score: 1

    Anyone remember the old tagline: "486 DX/2 66Mhz... Smell something burning?"

    Look at how far we've come... O.o;

  74. Thanks! Where would we be without clarifications? by megalomang · · Score: 3, Informative
    Thanks for your "clarifications". You have saved us all from a life of ignorance.

    What you meant to say (and what the article said), is that 464mm^2 is size of the actual die size of the processor This includes the CPU and the caches. The CPU is a relatively small portion of the processor die, and noting there is 3MB of L3, the total cache may amount to 2/3 of the die size. The square on top of the athlon is also the entire processor die: cpu, caches and all.

    Also, L3 cache can never perform "equivalently" to L2 or L1 cache unless it runs at core speed. And I can tell you now, it doesn't -- or they wouldn't need L1 and L2. The L3 cache probably runs at something like 10 access cycles or more. It's not difficult to engineer 10 access cycles into any pipeline -- it's impossible. Which is precisely why it's not L1.

    I'm quite sure the engineers at Intel have done their modeling homework and determined that however fast the L4 memory may be, the L3 will improve performance by that much more.

    Remember, this processor is not meant to go on you or any other Joe Sixpack's desktop. It is meant to sit inside the workstations on the desks of engineers and in the racks of high-bandwidth servers. These platforms are specifically designed to run hundreds of tasks simultaneously and handle staggeringly high memory bandwidths. It has nothing to do with "complicated instructions." The L3 exists for swapping out large pages of memory in large bursts from a significantly larger sized L4 memory (think on the order of 100's of GB) from L5 memory (local drives and SANs) that has an incomprehendable virtual memory space.

    This has absolutely nothing to do with mainstream. I'm quite certain an OS already exists that will run on the platform. An IA-64 Linux is well under way (try http://www.linuxia64.org) and you can bet that Compaq, HP, Dell, and Intel have put a total of more than 100x your lifetime earnings into developing software for that platform.

    Intel could not care less whether you or 99.9% of the /. readers out there ever buy an IA-64. They don't give a crap about your market segment, but I'm sure if you want to drop $10K+ on a IA64 workstation, be my guest. Your choices are limited. Either choose IA64 or UltraSparc. Or maybe if AMD ever gets a design win, you might get a chance to buy a Hammer box.

  75. Will power consumption improve? It's about time! by Anonymous Coward · · Score: 0

    Actually, the itaniums which have been shipped so far are a royal pain in terms of power consumption. We have a bunch of them here at our lab and it's crazy - you can not even connect two machines to the same outlet without causing a power failure. I think especially for servers, the time has come where one needs to worry about power consumption; the current itaniums are simply not good enough in terms of effective computing cycles/power. High technology and state of the art should not only be a synonym for "fancy new architecture" but also for "energy efficiency" and "friendly to the enviroment".

  76. zowie by aztektum · · Score: 1

    i was surprised by the size of my socket 478 p4 i bought a few months ago, but that was b/c it was so small. it was smaller than the p200mmx it was replacing!

    btw if anyone is looking for a good DDR board for a p4 and don't wanna pay alot (sub 100) then I recommend the ECS P4S5A. Toms Hardware had a happy review and I'd have to say I agree with everything they said. (But you'll have to dig for it yourself :)

    It's not an overclockers board but I just wanted a good stable board which it is. it uses the SiS 645 chipset as the northbridge and a VIA chipset for the southbridge.

    snoogins

    --
    :: aztek ::
    No sig for you!!
  77. Flaming Stick Of Moderation Death! by Vidmaster_Steve · · Score: 1

    Bah, I'm at negative K anyway...

    "Yes, it LOOKS powerful. Don't touch it. But I predict within the next hundred years computers will be almost TWICE as powerful, one hundred times larger, and SO expensive that only the five richest kings of Europe will own one."

    To paraphrase Prof Frink.

    Seriously though. Aren't computers supposed to be getting SMALLER, not collos-o-big? Or do I suffer from Slashdotter's Lament (aka, not reading the fucking article before posting something "witty")?

    --
    Why is it when I hit ^R that ZSH calls me a cocksucker?
  78. "Chivano" by Anonymous Coward · · Score: 0

    The whole article about "Chivano" and the "alpha concepts" is bogus. Some of the worst reporting I've ever seen. There's a previous post on the correct spelling of "Chivano". Evidently someone overheard a conversation about "Chivano" and it got relayed to a news.com reporting monkey. news.com, you suck.

  79. What I've always wondered ... by felicity · · Score: 2, Interesting
    ... since Intel basically already owned the Alpha chip, and the Alpha already outperforms the standard Intel chips, and the Alpha is already 64-bit, and already has software for it, and has a long proven track record, and had design plans going out many many years to make improvements to the design ... Why is Intel spending so much time and money on this new chip which is already over budget and behind schedule?

    I've never been able to figure that out.

    1. Re:What I've always wondered ... by jbischof · · Score: 1
      I think Intel bit off more than it can chew.

      First of all its looking for server market, where your chips can take longer to develop and to release. For servers the issues are different.


      Intel tried to use massively parallel technology, to enable the servers to do many things at once. This technology has the potential to do great things, but the cost of developing it correctly, supporting it, and gaining market share is huge. However, if Intel could somehow establish the Itanium as a major player in the server world it would gain loads of market share and of course the necessary money.

    2. Re:What I've always wondered ... by leandrod · · Score: 2

      First, pride. Not invented here syndrome -- while Intel has already digested some external technology like the StrongARM, still their engineers must have some pride left -- and big ones, since the best engineers have already left and the mediocre ones tend to be the proudest. Also, it's not Intel only, but Intel and HP, so if Intel would shift everything to the Alpha HP would have to agree on that.

      Second, dumbness. VLIW probably isn't a good idea anyway to general purpose microprocessors, and while EPIC tries to address some VLIW shortcomings it makes for a pretty complex architecture which negates some of the VLIW proposed benefits. The picture gets still worse if you throw in IA32 compatibility.

      Third, they own the design, but once again the best engineers left the company. No self-respecting engineer wants to work for Intel, they have a long history of abusing employees and imposing dumb management decisions on technicians for a long time now, in their branchs all over the world.

      So the only sane architectures left with a future on the market are PowerPC and UltraSPARC. Sad but true.

      --
      Leandro Guimarães Faria Corcete DUTRA
      DA, DBA, SysAdmin, Data Modeller
      GNU Project, Debian GNU/Lin
    3. Re:What I've always wondered ... by supersnail · · Score: 1

      ..... and the answer is compatability with existing pentiom instruction set.

      Q. Why is th epetium chip so much bigger then sparc/powerPC.

      A. compatability with 386 instruction set.

      Q. Why was the 386 32 bit architecture so awful?

      A. Compatability with 16 bit 286 architecture.

      Q. Why was the 286 instruction set so ugly?

      A. Because is was compatable with 8 bit 8080 instruction set.

      Q. Where did that wierd 8080 register architecture come from.

      A. They copied it from the 4 bit 4040 chip.

      So there you have it; Intel have spent five years not delivering a chip that has twice the transistor count and half the processing power of its nearest rival so it can emulate a 4 bit processor in hardware.

      Q. Why?

      A. The worlds best selling operating system was written for an 8080 chip, and is now so complicated that they cannot port the code to any other architecture.

      --
      Old COBOL programmers never die. They just code in C.
  80. Re:intel blinders ON by Anonymous Coward · · Score: 0

    Is the size of the chip big compared
    to non intel processors? The
    processors in my indigo2 and my
    HP C-180 "appear" to be quite
    large externally.

  81. That's a lotta die size... by Gavitron_zero · · Score: 1
    Another analyst said, "Jesus, that's big." I didn't know Jesus was there...

    Not only that, I think this thing will run pretty hot...it does have lots of surface area for contact with a cooler, but man, so much circuitry has got to be a furnace...

    Perhaps recent AMD developments is making Intel think that heat=performance...

  82. nroff worked pretty well in 2MB :-) by Anonymous Coward · · Score: 0

    I don't think I ever benchmarked how much memory nroff was actually using, but our 3B2s had 2MB of RAM and 1.5MIPS and chugged along just fine :-)

  83. Product names... by torpor · · Score: 2

    "... also announced was the new 'Chicanium', which combines the 200Mnerdz power processing of the Itemium with the sexual prowess, digitally extracted, of a cheap Tijuana hooker and her little brother. Release date, 2002."

    (The processor, not her little brother.)

    --
    ; -- the corruption of government starts with its secrets. a truly free people keep no secrets. --
  84. Large? HUMONGOUS! Is Intel daft? by SysKoll · · Score: 2
    A wafer is a fixed size and costs the same to process, regardless of the number of functional die you actually get from it. So, the more die you fit on it, and the more die that actually work when you are finished processing, the lower your final selling price can be.

    You're absolutely right. On top of that, the yield is going to be ridiculous. See, a wafer has defects. To get a good approximation, imagine a 6 or 8-inch target on which you shoot darts. The best wafer processes give you about half a dozen defects, and boy are these wafers expensive. Each time you have a defect, the chip that is engraved on this spot will be faulty and be rejected.

    You can easily see that for a given defect density, the same wafer will have approximately the same number of bad chips (even if you split hair with the probability of getting two defects tiled by the same chip). With a small die, you can easily squeeze more good chips around defect spots. One more reason why a small die size is key to yield.

    So this chip is going to cost a freaking fortune to manufacture, especially with the bleeding edge process they are boasting.

    But wait, it does not stop here. 22 x 22 mm chips, huh? Assume that the clock tree (i.e., the tree-like circuit that distributes the clock signal in the chip) has a longest path of 10 mm. That's already the heck of a skew on the signal. And you can easily increase that longest path estimate by 30-50% because signals can't propagate in straigth lines, they have to be routed along structures. This alone guarantees the clock speed will never go as high as competing chip's frequencies.

    This is a sheer waste of engineering resources. For a processor, such a size is just not practical.

    Conclusion: This thing is a demonstrator. It will never fly. It's not meant to. And even for a demonstrator, it's too bulky.

    -- SysKoll
    --

    --
    Mad science! Robots! Underwear! Cute girls! Full comic online! http://www.girlgeniusonline.com/

  85. Importance of 64-bit architectures by billstewart · · Score: 2
    The computer world is increasingly reaching the point that we need 64-bit addressing - the price of memory has reached the point that computers with more than 4GB of RAM are not only feasible, but becoming common, and for a couple years we've had disk drives bigger than 4GB. This means that 32-bit addresses are no longer enough - and with the 36-bit and 48-bit segment-based things that allow machines to address more memory, we're rehashing all the ugly tricks we had to play with 20-bit and 24-bit addressing on 16-bit-addressed 8086/80286 machines. Ugly, ugly, ugly!

    For most people, 64-bit arithmetic isn't critical - most applications don't deal with ints larger than a billion, though us crypto people who do lots of bignum math are happy to get a 4x speedup. Otherwise, the quality of floating point implementations is likely to be more important. So it would be possible to get by with 32-bit arithmetic and 64-bit addresses, like we did with the Motorola 68000's 16-bit-ints and 32-bit registers and addresses - but that was also somewhat tacky, and led to *lots* of bugs in code that assumed ints and pointers were the same size, though perhaps we've evolved enough past K&R C that newer software won't make that mistake as often.


    A real problem this time around is that the C language and its relatives really do like 32-bit integers, and many of the Unix system calls also assume 32 bits. If you make the native int/pointer sizes 64 bits, there's a lot of stuff that will probably break. What kind of experience have people had running code on DEC Alphas and other real-64-bit chips?

    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
    1. Re:Importance of 64-bit architectures by SK-null · · Score: 1
      A real problem this time around is that the C language and its relatives really do like 32-bit integers, and many of the Unix system calls also assume 32 bits. If you make the native int/pointer sizes 64 bits, there's a lot of stuff that will probably break. What kind of experience have people had running code on DEC Alphas and other real-64-bit chips?

      How much do you have in writing *nix code?
      Unix programmers should know better than to assume about the size of types except the fixed size types as int32_t that are avaliable in any *nix system. Unless we screw up of course.

    2. Re:Importance of 64-bit architectures by Anonymous Coward · · Score: 0

      I coded on a DEC Alpha system the entire time I was in college. In C++, which was the major language we used, integers were only 4 bytes, where pointers were 8. It's not really that difficult to keep track of...after all, you've still got LONG, which on the Alpha was 8 bytes. And I can't really think of a useful application that would require storing pointers as integers (to say nothing of the fact that modern languages will implicitly cast if there is a size mismatch).

  86. /ME SAYS "TESTIFY!" by Anonymous Coward · · Score: 0

    TESTIFY!

  87. What about the Alpha? by evilviper · · Score: 2

    Of all the media bull I've heard about the 64-Bit Intel/AMD chip, I've yet to hear ONE SINGLE person claim that the new chip will be somehow better than the Alpha.

    Tell you what. Since all the apps need to be fixed (or at least recompiled) to work on 64-bit processors anyhow, why not just go the route of porting everything to the Alpha? We could use this to finally get the hell away from Intel's terrible chipset.

    And for all of you that think the Alpha will be dying soon, there are plenty of companies other than Compaq with Alpha products that are far better quality than Intel, and will likely be cheaper as well.

    http://www.microway.com/products/ws/alpha_21164.ht ml

    --
    Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    1. Re:What about the Alpha? by jbischof · · Score: 1
      I claim that Itanium (especially in the new form) can be better than the alpha chip.

      I also claim that alpha is dead already. They will not produce more alpha chips, (of course you can still use your old one) but nothing new will come of alpha seeing as how Intel has aquired the main alpha architects and rights to alpha technology. Compaq has claimed that Itanium is the way of the future (and presumably better).

      If your looking for justification as to why I think Itanium is better, its because of the advanced concepts present in Itanium. Don't get me wrong, nobody could make processors quite as well as alpha, they had some of the best technologies and implementations. Itanium, however, has massive parallelism advantages, it has massive registers which avoids having to frequently access memory. It has rotating 64 bit registers for stack emulation. It natively supports speculation, predication, and can optimally execute 3 instructions per clock cycle (I'm actually not postiive on 3, the ideal execution may be higher but in real programs with less than ideal compilers actual instructions per cycle wouldn't be near the ideal.)

    2. Re:What about the Alpha? by evilviper · · Score: 2

      Perhaps I should have qualified my statement by saying: I have never heard one competent & trustworthy source make any reasonable claim that the 64-bit Intel chips will be any better than the Itanium. Of course there are plenty of people like you out there to spread the marketing fud.

      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    3. Re:What about the Alpha? by jbischof · · Score: 2
      I think you mean better than Alpha.

      Who would you like to be your trustworthy source? Someone from Intel? Someone from Alpha? Someone from AMD? Good luck getting a trustworth estimate of processor performance from anyone.


      As far as spreading marketing fud, I haven't seen any marketing on the Itanium, so I really wouldn't know what to spread.


      As far as Itanium being better than Alpha, nobody knows what alpha could have done, and Itanium is a processor of the future, a technology that is being hammered out. You have to give Intel credit for trying to build something as advanced and ambitious as the Itanium.

    4. Re:What about the Alpha? by evilviper · · Score: 2

      A trustworthy source would be an expert from an established company not linked directly to either comapny.

      Just because it wasn't in a commercial doesn't mean it isn't marketing fud. I've seen processor specs that say things like "a whopping 128K of Cache", etc.

      You have a strange tendency to speak about the Alpha in the past tense. The fastest 1u computer is a dual-Alpha system, which is not even made by Compaq.

      The only reason the Itanium is an ambitious project is because Intel likes to make things hard on themselves (why else use RDRAM ;-) ). As with everything else Intel does, it's a lot of hype over a product that is just barely allowing them to keep up with the competition.

      If you'd like some information about the Alpha v. IA64. I'd recomend reading: http://citeseer.nj.nec.com/266363.html
      It's much easier to read through the PDF/PS versions.

      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
  88. Cache Design 101. by Christopher+Thomas · · Score: 3, Informative

    Next, 3 MB cache sounds nice, but L3? It may be on die, but by that point the clock reduction probably makes it perform equivalently to a 256 k L1 cache, or a 512 or larger L2.

    A fundamental rule of building caches is that a larger cache is slower and dissipates more energy per lookup than a smaller cache. This is why multilevel cacheing exists in the first place (otherwise we'd just have a huge L1 cache - and before you mention it, due to architectural sneakiness, HP's giant L1 cache isn't really an L1 cache).

    So, you can't just spend the L3 area on making a bigger L2. You'd end up with a slower, hotter L2, which could easily _degrade_ performance.

    As long as the L3 cache is faster to access than main memory, it'll be useful for some things. Whether it'll be useful for *most* things is another issue. This depends on the "working set" of the applications you're running (how much memory they repeatedly access). I guess Intel's banking on working sets being larger than most caches.

    Another possibility is that they're testing the cache architecture for use in future SMT or CMP designs (both of which would have multiple independent executioin contexts running). If you're running multiple *independent* contexts, the working set grows with the number of contexts.

  89. Other Compilers by jbischof · · Score: 1

    You can find other compilers for Itanium, check out this. Im sure other universities have research into Itanium compilers that might also surpas intel's compiler.

  90. still 20 years old technology... by mvorbrodt · · Score: 1

    Sure, intel might comeout with a great new 64bit chip. All i wonder though is: why in the world are they still supporting 20 year old 80x86 technology in their hardware? Would not it be easier to complately redesign the CPU? To make it RISC (which has been proven to work faster and be easier to program at the same time)? I am just tierd of hearing stuff like: 64 bit extensions to the registers, so lets see, not we have EEAX (64bit), its lower half is EAX (32bit), its lower half is AX (16bit), and AX in the end is split into AH and AL (8bit each). I am a ower of 2 Alpha Digital workstations (dont confuse that with Alpha PC), and even though they are only 200MHz each, they still seam to run Tru64 Unix with X and Open Desktop really fast. I believe it is time to drop the 80x86 compatibility and move onto the better RISC. Yes, it would be a big step... all the software would need to be rewriten, or at least recompiled;-) but would not it be worth it? Just look at the G4 PowerMac, doesn't that thing kick ass!!! Less MHz yet much faster.

  91. to run windows on? by mvorbrodt · · Score: 1

    one more thing... most people will run windows on it anyway, so they only difference you are going to notice it that your machine will simply crash faster;-)

  92. eetimes coverage by morcheeba · · Score: 2

    EETimes has a nice article with a good graphic comparing the internal workings of the Itanium vs. McKinley ... a good level of detail: 10 vs. 8 pipeline stages, differing bus widths and speeds, execution units, etc.

    The article also talks about other intel innovations disclosed at the International Solid-State Circuits Conference

  93. Chips! mmmm. by InsaneCreator · · Score: 1

    chip will be 464 square millimeters which would make it one of the largest ever produced

    464 sq mm? That's too small... chips have to be big and crunchy! mmmmmmm... crunch... crunch... (pieces falling into the keyboard)

  94. How could Alpha benefit IA64? by leandrod · · Score: 2

    I've never seen a good explanation of how Alpha concepts could possibly benefit the IA64 architecture. Usually it's only talk about HyperThreading, which is just Intel marketspeak for SMT (Symmetrical Multi Threading) a feature long ago promised for the Alpha and PowerPC product lines -- and a marginal improvement more related to packaging and manufacturing than an architectural feat.

    I fail to see how Alpha could benefit IA64, since the fundamentals underlying the two different architecture are quite opposite -- changing IA64 to be more like Alpha would give us probably a worse Alpha or a not so bad IA64, but would fail to realize Alpha's promise of a clean, balanced architecture, and so would be mediocre compared to PowerPC, perhaps UltraSPARC and probably to what Alpha, PA-RISC and MIPS could have became weren't them orphaned.

    In fact, it seems to me that even a hypothetical SMT StrongARM would run faster and cooler than an equivalent cost and size IA64. But that's only my quite uneducated guess.

    --
    Leandro Guimarães Faria Corcete DUTRA
    DA, DBA, SysAdmin, Data Modeller
    GNU Project, Debian GNU/Lin
    1. Re:How could Alpha benefit IA64? by AlphaMaker · · Score: 1

      The Itanium line probably won't benefit from "Alpha features" per se, however it can benefit greatly from the Alpha design team experience. That is the big thing that Intel got out of the deal with Compaq is the design team. There is no doubt that the first Itanium was a disaster at Intel. However, that doesn't mean that follow-on chips can't do better. While IA64 is nowhere near as clean as Alpha, I believe it is still better than x86. With the experience from the first two Itanium chips, (Merced and McKinley) the former Alpha design team should be able to do the architecture justice. The Alpha group has great expertise in doing high-performance full-custom design. Combine that with an intelligent, balanced microarchitecture and you have a good chip. Good system design is more important than the instruction set.(though the instruction set can help, of course!) By the way, SMT stands for Simultaneous Multi-Threading. That means that instructions for multiple execution threads can be issued and executing at the same time. Conventional multi-threading chips as proposed by IBM(and others) involve dynamically switching between threads, but only executing code from one at a time. The only thing this saves is a context switch. In real-world terms, this means that old-MT gives you about a 30% performance boost, while SMT gives you a 2-2.5x performance boost. That would be for transaction processing applications. Other applications get a significant boost, though not as much on average. It's not just a marketing gimmick! It was a central feature of the next Alpha. Check out the Microprocessor papers being presented at ISSCC this week and you'll see a paper about the last Alpha chip.

    2. Re:How could Alpha benefit IA64? by leandrod · · Score: 2

      You missed the point -- the best Alpha engineers never arrived at Intel, they left when Compaq announced Alpha was dead.

      You couldn't be wronger regarding SMT. You got only the name right. What IBM and Digital proposed as SMT is precisely what Intel marketing calls HyperThreading.

      --
      Leandro Guimarães Faria Corcete DUTRA
      DA, DBA, SysAdmin, Data Modeller
      GNU Project, Debian GNU/Lin
    3. Re:How could Alpha benefit IA64? by AlphaMaker · · Score: 1

      There are plenty of good engineers who have moved to Intel. There are several still at Compaq. Yes, some good engineers have left, but most stayed. (which kind of surprised me)

      Just because Intel put a stupid marketing name on a feature doesn't make it a useless feature. That just means that Intel knows how to sell a product. IBM did not do SMT that I know of. They did the more basic form of multithreading.

  95. For when L4 and L5 caches??? by Anonymous Coward · · Score: 0

    I want a 20" CPU!

  96. be careful when they are doing more and more tiny by Anonymous Coward · · Score: 0

    The nanochips are vulnerable to the alfa, beta y gamma nature's radiation.

    JCPM.