That comment says it all. You use the word efficient like it means something by itself.
I ask you is is more efficient for me to buy a 3Ghz P4 or a 876Mhz G4, for the same price? Efficiency is all relative.
You're the one who said you one wants to look at things from a technical perspective, make up you mind, do you or don't you?
In terms of your laptop, efficiency is a big deal. If the CPU is effieient it'll give you longer battery life. Do you think a 50W difference is worth it for perhaps 2X the speed? The G4 uses 20W and thats an old version, the modern low voltage G4s go down to 7.5 Watts at 1GHz, Compared to the P4 which uses 70 Watts.
And for your application the fact the G4 has Altivec will make quite a difference, on Altivec code the G4 it's quite probably to outgun the P4 even at 3GHz - because the design is less efficient.
I really don't want to have to go into the pointlessness or your article again, since I've already explained how you totally missed all the good points of the PPC and focused on just trying to make the PP look better (the PPC970 is a great chip why lie to make it look better?).
Would you care to explain that accusation?
I did not lie about the 970.
Yes, your article was horribly outdated. The PPC is no more RISC than the X86. Sure the architectures both started at different ends of the spectrum, but now they are so similar it's a pointless argument. Both chips are aimed at the same market (the desktop, thus both have evolved in a similar way)
Did you even read the article? It was not from 1990!
The techniques and thus high level architectures have pretty much converged. I know that, I even explained it.
Underneath at the micro architecture level the impementation is very different and this difference is due to the ISA. Decoding the instructions into simpler blocks (which itself requires a stage) does not solve everything, you have the smaller number of registers to deal with. If the CPU has Out of Order execution the smaller number of registers is going to have a big impact on the design of that stage making it considerably more complex.
The P4 and Athlon are both very fast CPUs, but in order to get that speed they have to do a lot of work and consume a lot of power. If IBM put the effort into design they could produce a faster processor in the same silicon technology. I don't kow if the 970 reaches that goal (at least with current compilers) but I expect the next gen (due next summer) may do so.
If you talk to any CPU designer and use the words RISC and CISC he will probably laugh at you.
As for your link?... Give up, look at a real site like:
http://www.arstechnica.com/
Hate to tell you this but the site I linked to is frequented by er, CPU engineers...
If you want to see real RISC chips then look at the Alpha, MIPS and ARM
Alpha gave up being "pure" RISC in 1998. MIPs pioneered the long pipelines in use now in the early 90s.
ARM is "pure" RISC but they are desiged for low power, not speed. That said even they plan to go superscalar in their next revision.