VLIW Architecture - overview
The VLIW effort at the
IBM T.J. Watson Research Center
started in 1986, leading to our first publications
[1,
2]
describing a new approach to exploit instruction-level parallelism in
branch-intensive programs. This approach is based on expressing a program
as a sequence of
tree-instructions,
each of which contains a multiway branch and multiple operations, all
executable concurrently. Since then, three generations of a
parallelizing compiler
have been developed, a 8-unit VLIW processor
prototype
was designed and built, a
tree-based VLIW architecture
has been devised, a complete
simulation environment
has been developed, VLIW-based
techniques
have been introduced into existing compilers, and
methods have been devised for
object code translation
from existing architectures into VLIW.
Our recent work
includes open-source DAISY,
a dynamic binary translation project aiming to represent legacy architectures as
a layer of software on a VLIW, and
LaTTe,
a joint Java (TM) JIT compiler
project with Seoul National University,
focusing on research into fast dynamic compilation techniques
and instruction
level parallelism in Java.
Our research activities include: