usenix conference policies
Itanium—A System Implementor's Tale
Itanium is a fairly new and rather unusual architecture. Its defining
feature is explicitly-parallel instruction-set computing (EPIC),
which moves the onus for exploiting instruction-level parallelism
(ILP) from the hardware to the code generator. Itanium theoretically
supports high degrees of ILP, but in practice these are hard to achieve,
as present compilers are often not up to the task. This is much more a
problem for systems than for application code, as compiler writers'
efforts tend to be focused on SPEC benchmarks, which are not
representative of operating systems code. As a result, good OS
performance on Itanium is a serious challenge, but the potential
rewards are high.
EPIC is not the only interesting and novel feature of
Itanium. Others include an unusual MMU, a huge register set, and tricky
virtualisation issues. We present a number of the challenges posed by
the architecture, and show how they can be overcome by clever design
and implementation.
author = {Charles Gray and Peter Chubb and David Mosberger-Tang},
title = {{Itanium{\textemdash}A} System Implementor{\textquoteright}s Tale},
booktitle = {2005 USENIX Annual Technical Conference (USENIX ATC 05)},
year = {2005},
address = {Anaheim, CA},
url = {https://www.usenix.org/conference/2005-usenix-annual-technical-conference/itanium{\textemdash}-system-implementors-tale},
publisher = {USENIX Association},
month = apr
}
connect with us