Skip navigation

Itanium Inside--Redux

Editor's Note: In April 2003, SQL Server Magazine published the following sidebar under the title "Itanium Inside." Because Michael Otey's description of Intel's innovative Itanium processor is relevant to the feature article's discussion of 64-bit computing, we include it here, with updated information about the latest Itanium release.

Intel's Itanium chip marks a new direction in the world of CPUs. Unlike earlier CISC processors such as the x86 and RISC designs such as the Sun Sparc, the Itanium is a Very Long Instruction Word (VLIW) processor. VLIW processors read instruction strings, or "words" that are composed of multiple instructions. Several single-purpose processors have used the VLIW architecture, but the Itanium chip marks its first use in a general-purpose processor.

Moving the Itanium away from the x86 architecture eliminates the floating-point weaknesses that have long plagued the x86 family. This difference lets the Itanium deliver better performance than the x86—but at the cost of compatibility. The Itanium can run 32-bit x86 programs only in a performance-challenged emulation mode. In design, the Itanium more closely resembles a high-end RISC processor than it does an x86 predecessor. However, one big difference between the Itanium and the current technology that modern RISC processors use is the Itanium's use of enhanced parallel-processing techniques. Don't confuse this type of parallel processing with the parallel processing that multiple-processor SMP systems such as the Xeon offer. The Itanium's parallelism comes from the CPU's ability to process more than one instruction at a time—a task most RISC systems do poorly. Intel's name for this new parallel-processing design is Explicitly Parallel Instruction Computing (EPIC). Itanium's EPIC architecture can process up to six instructions in parallel per clock cycle. The ability to execute multiple instructions per cycle makes traditional speed measurements based solely on clock speed misleading for the Itanium processor.

Unlike the Pentium, the EPIC architecture removes the need for the CPU to perform complex, out-of-order processing to obtain speed optimizations. Instead, the job of parallelizing the machine instruction scheme falls to the compiler. A compiler reads in the program source code and creates executable instructions for the processor to perform. This means that the compiler must determine the dependencies of each instruction as well as which instructions should run in parallel. This switch of responsibilities promises to make the processors simpler without the need for an instruction scheduler or hidden registers. However, it also means that the CPU's efficiency largely depends on the compiler's ability to optimize code for parallel processing.

Another Itanium feature that's closely related to parallelism is called prediction. Prediction is a compiler-based technique of looking ahead to make more accurate predictions of which code branches the program will actually use. Today's processors, such as the Pentium, use branch prediction. In branch prediction, the processor spends part of its time performing calculations both for branches of related code that will be performed next and for unnecessary branches. The Itanium's compiler-based prediction lets it make better predictions about which branches the application will use, reducing unneeded calculations and letting the processor operate more efficiently.

Although the third-generation Itanium chip, the Itanium2, runs at a modest (by 32-bit standards) 1.30GHz to 1.60GHz, the Itanium design is capable of processing 6 giga- flops (6 billion operations) per second. The Itanium2 has 32KB of on-chip Level 1 (L1) cache memory and 256KB of L2 cache and can access up to 9MB of outboard L3 cache. It has 4 integer units, 2 floating-point units, and 328 registers to store numbers and instructions. The processor uses a new Slot M motherboard interface, and the system bus is 128 bits wide and runs at 400MHz or 533MHz. Intel builds the Itanium2 using a .13 micron die-set (essentially, the smaller the die-set, the better the performance). Because it was designed with an eye toward the high-end supercomputing platform, the Itanium supports up to 512-way SMP servers. You can find out more about the Itanium2 at http://www.intel.com/products/server/processors/server/itanium2/index.htm.

Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish