Stories
Slash Boxes
Comments

SoylentNews is people

posted by martyb on Saturday August 08 2015, @11:38PM   Printer-friendly
from the nice-summer-beach-reading dept.

Raymond Chen recently posted a ten-part introduction to the ia64 architecture. Rapidly teaching me that while I might be able to write a brainfuck to perl compiler in a few minutes, there's no way in a million years that I'll ever be able to write a good compiler that targets ia64.

The Itanium is a 64-bit EPIC architecture. EPIC stands for Explicitly Parallel Instruction Computing, a design in which work is offloaded from the processor to the compiler. For example, the compiler decides which operations can be safely performed in parallel and which memory fetches can be productively speculated. This relieves the processor from having to make these decisions on the fly, thereby allowing it to focus on the real work of processing.


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 0) by Anonymous Coward on Sunday August 09 2015, @12:15AM

    by Anonymous Coward on Sunday August 09 2015, @12:15AM (#220057)

    > The issue was intel only using their 'legacy' processes to produce itanium chips and not providing 'entry level' systems to gain the software developer mindshare with.

    Because they thought they could own the market - they were caught unaware by x86 moving into the workstation and server space. Itanium was intended to kill MIPS/SPARC/POWER and replace PA. Instead x86-64 took marketshare from all of them and Itanium was left with a tiny piece of the pie - for chips that cost a fuckload to manufacture.

    > it only makes sense if you have a lot of PA-RISC experience to begin with, which was even more niche than itanium.

    Eh. The joke was that itanium was PA-3.0. But all the stuff that made EPIC hard was brand new. PA-2.0 was a pretty typical RISC, not terribly different from the other RISC architectures of the day.

  • (Score: 3, Interesting) by turgid on Sunday August 09 2015, @11:37AM

    by turgid (4318) Subscriber Badge on Sunday August 09 2015, @11:37AM (#220208) Journal

    Back in 1999 when there were still several CPU architectures to choose from (before itanic hype killed them off) Sun did a port of Solaris to itanic. It didn't take long since the Solaris code base was pretty portable, however Sun didn't want to kill off SPARC so it was never released. It's a shame that Sun wasn't very good at getting it's own CPUs out. Look at what Fujitsu was able to achieve with SPARC...