Zuidam, Hans wrote:
> 
> Hi,
> 
> The IA64 (merced) is a kind of VLIW (Very Large Instruction Word)
> processor.  It is basically a complete new kind of systems architecture
> with a i686 (and of course a i586, ..., 4004) slapped on the side.  The
> original processor design was done by HP.  See:
> 
>         The IA-64 Architecture at Work,
>         IEEE Computer Vol. 31, No. 7, July 1998
> 
> for a more informed description ;-) of the processor.

Merced is not VLIW. VLIW means explicit parallelism of instructions,
scheduled by the compiler. It also means that the code is tied very
closely to the internal CPU architecture and would be incompatible
between different CPUs of the same family. I can't remember now how
the Merced architecture is named but it's a rudimentary data-flow
machine with explicit synchronization points. Intel has an introduction
to the Merced architecture on their Web-site. Also there was a talk at 
the SCO Forum about the Merced assembly language, I guess it should 
also be available online.

-SB


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to