Slashdot Mirror


Itanium Will Only Be Partly Supported by Longhorn

ver.sicher.ungsvergleich writes "Although stopping short of pulling the plug entirely on Itanium, MS has said that Longhorn will only be able to work for a limited number of higher-end jobs. On the positive side, Microsoft does see a future for the chip, but that 'big iron' slot is not exactly what Chipzilla envisioned as Itanium's future."

21 of 234 comments (clear)

  1. Role for emulation? by CdBee · · Score: 3, Interesting

    Microsoft recently bought Connectix, makers of VirtualPC, ostensibly to use their system virtualisation technology in new Microsoft products.

    Will virtual X86 servers running on Itanium be an available option to supply services not supported by native Itanium code?

    --
    I have been a user for about 10 years. This ends Feb 2014. The site's been ruined. I'm off. Dice, FU
  2. I think it's time to pull the plug by roman_mir · · Score: 4, Funny

    on Longhorn.

    Where the hell is Netcraft when you need it?

    1. Re:I think it's time to pull the plug by Metteyya · · Score: 3, Funny

      Netcraft confirms it: Longhorn/Vista is dying before even being released (must... resist... writing... "born").

  3. Yay! by machinegunhand · · Score: 3, Funny

    Does this mean I can get out of my MS EULA now?

  4. Intel is losing it's edge by confusion · · Score: 3, Insightful

    Between this and their roadmap that almost exclusively involves power consumption improvements, Intel is starting to lose it's edge over AMD.
    From talking to Intel folks quite a bit, it seems like there is a lot of blind pride on Intel's part in their product line and vision, and they dismiss most anything that I raise as an issue with their performance vs. AMD, and that's not a good sign to me.
    Intel is not dying that's for sure, but they're going to have to make a course correction and not make another decade long mistake like itanium.

    Jerry
    http://www.cyvin.org/

    1. Re:Intel is losing it's edge by CubicleView · · Score: 3, Insightful

      I'm probably way off (a little knowledge is a dangerous thing as they say) but as I understand it, most of the money in the comming years will be in mobile technologies. Big improvements in batteries and this move to fuel cells etc will offer more power but efficiency of the processor will still be hugely important. Particularly considering processor tech is at a level that even basic models offer more than enough power for most users. Of course the server market is different I'm sure (and being completely ignorant of it I won't guess at intels future there)

  5. I hate 3 day weekends. by Anonymous Coward · · Score: 3, Interesting
    Talk about slow news day.

    Intel is in transition as far as processor direction, so there's no suprise here. Itanium has been dead for a while. The Microsoft "support" is there only because it's already been written and there probably is some support agreements already in place.

    The real news would be what the sucessor to x86 will be.

  6. Is this really a big deal? by CTho9305 · · Score: 4, Interesting

    Sure, Intel may have originally hoped to migrate the world to IA64, but given the wild success of AMD64 in bringing 64-bit to the x86 world, it doesn't look like that's happening. The Itanium chips Intel is releasing are obviously not aimed at tasks that could be handled by a 386 with some SCSI drives ("fax server"? a file server?)... who is going to use a multi-thousand-dollar CPU for anything other than database|web|high-end server anyway?

    1. Re:Is this really a big deal? by el_womble · · Score: 3, Interesting

      OK - I know nothing about this, so it is a genuine question.

      Should we be pleased that Itanium failed?

      I mean, on one hand /. hates x86 bloatedness, on the other hand we slapdown this attempt by intel to escape the aging architecture. If AMD hadn't stepped up and provided a chip that does both 32 and 64 bit ops would we finally be on the verge of dropping x86 all together?

      Are there reasons other than poor support from Micorsoft for Itanics massive failure? Is it a poor arcitecture?

      Like I said, I genuinely don't know.

      --
      Scared of flying, pointy things snce 1979!
    2. Re:Is this really a big deal? by jiushao · · Score: 5, Interesting
      Are there reasons other than poor support from Micorsoft for Itanics massive failure? Is it a poor arcitecture?

      In the world of good compilers originally envisioned by HP/Intel: No.
      In practice: Yes.

      Why? Because compilers aren't nearly as good as HP/Intel hoped but state of the art Out-of-Order processors are great. There is only so much theorethically possible ILP to extract in regular code, and good OoO chips extract most of it in an automatic fashion from existing code. So the hardware guys did a better job here than the software guys, and the Itanium bet on software.

      To clarify on OoO processors doing most of the possible work in extracting ILP: Even if the instruction window was increased to infinity (that is, all ILP is always found) it would still not yield dramatically much better performance (I have seen estimates of about 25% best-case). So even with a perfect compiler there is just not much to gain, and we do not have perfect compilers. This very high level of performance in extracting ILP is what is forcing the new shift to TLP with architectures like the Sun Niagara.

      I don't think we should be pleased that the Itanium failed. As I have often discussed in the past I think Intel really deserves a lot of credit, they are the undisputed top dog in the market, and despite that they are also one of the companies that consistently attempt new different approaches in high-profile products. Neither the Itanium nor the Netburst (which really is interesting and innovative technology) worked out well, but it is trying things that makes technology move forward.

      That's not to say that AMD is a bad company, they managed to make the best x86 implementation yet, which is great (though I still consider the K7 to have been the golden age since their pricing structure truly was incredible then).

  7. Re:Heh. by lightyear4 · · Score: 3, Insightful

    Does this remind anyone else of WindowsME? Vista has seemed to shed features in droves; WinME was a ultimately a non-version with some cosmetic changes and function that didn't live up to the hype. Is this what we can expect for Redmonds latest and greatest?

  8. New Design Getting Flushed Away by SumDog · · Score: 4, Insightful

    It is rare when someone comes up with an entirely new architecture and instruction set. The IA64 was a complete break and had it been pushed correctly, AMD would be rushing to make IA64 clones instead of Intel supporting AMDs 64-bit extension.

    If I remember correctly, the IA64 has 128 general purpose registers and 128 floating point registers. It's a load/store machine and it's pretty close to a RISC arch (really it's an "very long word" instruction set, but lets not get picky).

    It was a chance to make a clean break from the old 32-bit legacy chips, however the price was and is too high and AMDs are cheaper and still very powerful.

    I really hope this chip doesn't die off. At least with limited support in the new Windows, it will still have a strong server market, but I think a lot of companies are going to be afraid to buy because of running into compatibility problems. I know at where I work, we'd like to have servers that can do anything/general purpose. You put a limit on what the OS can do and then you're afraid of old legacy or propriety software not working correctly

    But hey as long as you use Linux, the IA64 is fairly well supported, and it will be better supported in Linux than in Windows!

    Sumdog

    1. Re:New Design Getting Flushed Away by sean23007 · · Score: 4, Interesting

      Actually AMD probably wouldn't be rushing to make IA64 clones. They wouldn't be allowed to. Decades ago, Intel was forced to license the x86 technology to another manufacturer to prevent a 100% monopoly in the general purpose consumer chip market. Obviously, Intel doesn't like this at all, since it basically means they can't beat AMD as long as the world is still on x86. (They can still hold the lion's share of the market and make a metric shit ton of money, but they can't win, because AMD has to be there.)

      One of the lesser known reasons for Intel's plan to develop and push the Itanium was that it would be a clean break with x86, which means that AMD would not be allowed to make them. Intel would be the only supplier allowed to make the chip. Then they'd get sued for it, and would settle by giving rights to manufacture them to some small company with one fab that's a generation or two behind. AMD would have been stuck with x86, and Intel would have won. (Bear in mind that if the switch had been successful, Itanium would have been adopted long before x86-64 and the Opteron were developed.)

      Frankly, I'm glad the Itanium failed. Even though it's a pretty cool chip with an interesting design, I'd rather have Opterons available than not.

      --

      Lack of eloquence does not denote lack of intelligence, though they often coincide.
    2. Re:New Design Getting Flushed Away by The+Ego · · Score: 3, Informative

      The parent is not quite correct.

      The Itanium instruction sets allows code to access between 32 and 128 general registers (aka integer registers), at the discretion of the piece of code, and 128 floating point registers. The sliding window design is for the integer registers 32-127 and can indeed be considered as a sliding window on a memory stack. It is up to each piece of code to decide how many registers it wants to use (in increments of 8 ?).

        On top of that there is the ability to design a subset of the high registers (registers with an index higher than 32) as rotating. This makes modulo-pipelining worthwile by removing the requirement for register-to-register moves to push things down the (conceptual) pipeline at each iteration of the loop.

  9. Haha... DRTFA by Zo0ok · · Score: 3, Informative

    Haha... I didnt read the fucking article first ;)

    I better flame myself before someone else does. This was about "Windows Longhorn Server". Sorry Intel - this must suck big time!

  10. Wouldn't it be funny... by mosel-saar-ruwer · · Score: 4, Interesting

    ...or at least ironic, if the only operating system that gained a foothold on Itanium proved to be...

    [drumroll please]

    ...VMS?!?

    I mean, talk about a soap opera:

    1) David Cutler leaves DEC for M$FT, where he unveils a VMS++, dubbed "Windows NT".

    2) DEC invents Alpha, but the only way they can garner any OS support for it is by porting their own VMS and positioning Alpha as a replacement for VAX.

    3) DEC sues M$FT to port "Windows NT/VMS++" to Alpha.

    4) Intel & HP enter into a partnership to build a next generation super-chip.

    5) Compaq purchases DEC.

    6) Compaq sues Intel for theft of much of the intellectual property that went into Alpha.

    7) Intel settles with Compaq by purchasing the manufacturing rights to Alpha.

    8) HP purchases Compaq.

    9) HP cancels Alpha and announces that the new upgrade path for VMS customers is Itanium.

    10) M$FT announces an end to support for "Windows NT/VMS++" on Itanium, but then backtracks, and agrees to partial support.

    Who knows what the moral of this story is?

    Maybe: Hardware comes and hardware goes, but software is forever?

  11. Re:Fortran programmers don't need (or want) Window by slavemowgli · · Score: 5, Insightful

    I think you fail to realise an important thing: change typically happens by evolution, not revolution, and that's even more true when there's a multi-billion dollar industry involved. Do you honestly believe that everyone's just going to throw every system they have away?

    It's not gonna happen. The industry likes migration/upgrade paths, and in 90% of all cases, a design that extends is gonna win over one that outright replaces.

    Intel seems to have been unwilling to face that fact, but what they failed to realise is that their monopoly is not big enough to simply force change on people - rather, their move just gave AMD etc. an opportunity to slowly but steadily chip away at that monopoly.

    From a market perspective, that's a good thing, of course - but if I was an Intel shareholder, I'd demand that heads roll for this gross mismanagement in the top executive floor.

    --
    quidquid latine dictum sit altum videtur.
  12. Xserves? by pepicek · · Score: 3, Funny

    And what about Itanium in Apple servers? Does anybody think it's possible?

  13. Also supported by KoolDude · · Score: 3, Funny


    Itanium Will Only Be Partly Supported by Longhorn

    ...the Microsoft executive also added that MyDoom, NetSky, Sobig, Sasser and MSBlast will be fully supported out of the box.

    --
    getSexySig(); /* returns sexy signature */
  14. Re:Fortran programmers don't need (or want) Window by TheRaven64 · · Score: 4, Interesting
    The Itanium was the only realistic chance we had to get away from the x86 for the forseeable future, and the designers blew it.

    PowerPC/POWER is still viable, and IBM may have another go at putting them in consumer machines if an OS that runs on PPC becomes popular in the desktop space.

    ARM-derived chips are still going strong. At IDF there was an XScale chip demo'd that ran at 1.25GHz - probably fast enough for 90% of users.

    Alpha remains my all time favourite architecture - pure 64-bit, and the PAL code concept is remarkably elegant.

    --
    I am TheRaven on Soylent News
  15. What will Longhorn/ Vista have? by joelsanda · · Score: 3, Insightful

    Everything I've read on Slashdot and Wired talks to what will not be in Longhorn. What will be in Longhorn that will make it better than XP? More and different vulnerabilities? (Maybe it will ship with a demo .wmv file showing Microsoft executive throwing chairs around offices in response to other MS executives leaving for Google!)

    Seriously ... though I'm an Apple user from before Macs were released I've also used every version of Windows - always at work but I've also had every version except XP at home.

    With each new Mac OS X release I look forward to what will be in that version - but there's little talk around the water cooler regarding what will actually be in Longhorn/ Vista. Unlike Mac OS releases, which people anticipate because of stuff like Dashboard, iTunes integration, .Mac integration, Spotlight and Automator, all I hear is what Longhorn/ Vista won't have ...

    --
    The Luddites were ahead of their time.