I'm quite aware of the evolution of processor architecture and
implementation and agree that the trend has been to move away from
microcoded instructions toward hardwired instructions. But to any kind
of the speed out of it you have to add super-pipelines, complex
instruction interleaving and register management and a large cache to
account for the fact that your instruction flow is now about 3 times
larger than before. Suddenly your "lets get small" paradigm has balooned
into a very large and hungry beast.
As a side "benefit", your compiler has to be smarter about the ordering
of the instructions it generates. Don't get me wrong, all this makes for
a more optimal execution flow, time wise, but the volume of code you must
generate keeps expanding, thus requiring more cache, more main memory and
more disk space. This might be great for the memory and disk industry,
but for the poor consumer, it means replacing your machine every 3 years
(or is it 2 now...progress and all that ;-)
> See the pattern? Microcode was always used to fill the gap where silicon
> was for some reason not the solution, be it complexity of design, correctness
> or whatever issues. Microcode was used to provide an outer shell around a
> changing implementation.
I see the pattern, alright, and I'm not impressed with it. I believe
that smaller is better, but having to use many itty-bitty instructions to
construct the equivalent of a higher level construct is like having to
build a house with sand, one grain at a time.
> Your idea is completly orthogonal to the RISC idea, it's putting complex,
> rarely used things into silicon, not software where they should go.
Well, I've been called worst ;-) The whole issue of RISC versus CISC
has been hashed out, time and time again, in comp.arch. I suggest we all
drop this thread to let linux-kernel mail have the bandwidth.
> Ralf
>
-- Peter A. Castro (doctor@fruitbat.org) or (pcastro@us.oracle.com)- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/