LWN.net Logo

Opteron launches

Opteron launches

Posted Apr 24, 2003 14:01 UTC (Thu) by leandro (subscriber, #1460)
Parent article: Opteron launches

x86 is inefficient, because the ISA must be translated into an internal RISC or VLIW.

x86 can be emulated for old binary-only apps.

GNU/Linux users shouldn't even need to care, since most, ideally all, we use is free software, thus easily ported to 64 bits RISC.

Even Intel and MS are moving out of x86.

I do see the value of attacking the other leg of the Wintel duopoly. But I think we should do it with something more efficient, such as POWER and PowerPC or UltraSPARC.

In the end, people talk so much about ecology and don't care that almost all computers waste so much energy on an inefficient CPU, fans and air conditioning...


(Log in to post comments)

Opteron launches

Posted Apr 24, 2003 17:18 UTC (Thu) by JoeBuck (subscriber, #2330) [Link]

The inefficiency caused by the need to translate to internal RISC operations matters less and less as time goes on. Most of the area of modern processors is on-chip cache, and with a denser instruction decoding you need less cache.

Opteron launches

Posted Apr 30, 2003 5:32 UTC (Wed) by emkey (guest, #144) [Link]

Besides, I've played around a little bit with a dual Itanium2 and a quad Opteron and the Opteron system generated FAR less heat then the dual itanium2. Plus the Opteron system was roughly the same size.

I'm not a CPU expert by any stretch of the imagination but I believe VLIW CPU's such as the itanium have an analog to the decoding that goes on in the X86 based CPU's.

The Opteron has the potential to do some serious damage to Intel and to be a huge boost for Linux. I have my fingers crossed that AMD doesn't screw this whole deal up...

Opteron launches

Posted Aug 7, 2003 21:38 UTC (Thu) by leandro (subscriber, #1460) [Link]

> the Opteron system generated FAR less heat then the dual itanium2. Plus the Opteron system was roughly the same size.

Good for them. But a RISC system in the same process would be even faster with less heat, and be smaller too.

> I believe VLIW CPU's such as the itanium have an analog to the decoding that goes on in the X86 based CPU's.

Actually IPF is not VLIW, but a strange contraption called EPIC. VLIW would be a RISC carried to the extreme, which isn't quite viable for binary, general-purpose computing.

Opteron launches

Posted Aug 7, 2003 21:42 UTC (Thu) by leandro (subscriber, #1460) [Link]

> The inefficiency caused by the need to translate to internal RISC operations matters less and less as time goes on.

It still matters enough that the ARM and the POWER are more efficient designs. Ever saw an x86 high-performance embedded system?

Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds