> The Itanium story, as guessed early by Hennessy and Patterson in
> "Computer Architecture", shows that efficiency relying on too
> complex knowledge, asking too much to the programmers and the
> compilers, is likely to fail.

another way of looking at itanium is that it's like a multicore
processor that is programed with a single instruction stream.
given a general-purpose workload, it stands to reason that
independent threads are going to be scheduled more
efficiently and independent threads can be added at will without
changing the architechtural model.  so it's also easier to scale.

- erik

Reply via email to