Re: 7011-220 performances



supervinx wrote:
Hi !
Yes, the 220 is a bit slow, but is faster, compared with a 33 MHz PC clone ...
This is due to:
1) RISC (and not CISC) architecture
2) IBM architecture
3) AIX
4) Graphic card

I accept suggestions ...

Hi Vinvenco,

1) the POWER RISC is superscalar, i.e. it can execute multiple instructions at once, and being RISC, integer instructions only take a single clock cycle
The 386 needed multiple clocks per instruction, the 486 had the most common instructions reduced to a single cycle as well. The pentium was the first x86 to go parallel internally, but many instructions wouldn't allow this parallellism. The Pentium PRO could easily be cripled by executing a lot of 16 bit instructions, segment operatons would almost freeze it.
The cache of the RISC is most likely bigger than what the x86 had to offer at that time.
For floating point instructions, there is still no contest looking at the POWER processors (unless you start adding GPUs to the mix).

2) I expect that the memory subsystem was faster and wider than the typical AT. I/O might have given mixed effects (ISA, EISA, VLB, PCI vs. streaming accesses and possibly split MCA buses).
Most likely, you are also comparing a simple IDE drive with a decent SCSI one. Big difference at that time.

3) I would expect DOS/Win to be lighter to run than CDE layered on X layered on AIX. Ample memory did help AIX (file caching).

4) The memory bandwidth towards the adapter is a first point to consider and next, an advanced graphics card can help the CPU a lot, assuming the graphic routines use it.

I hope I didn't make too much mistakes.

Regards,
Alvin.

PS. I noted that you're aiming at the swiss LX40?
.



Relevant Pages

  • Re: IBM 45nm -- new or licensed from Intel?
    ... However this increases power consumption for all fetches, ... all instructions). ... I had the impression that 2-way for a RISC was 1 general integer FU ... x86compilers for lower-end, embedded systems?) ...
    (comp.arch)
  • Re: PIC vs ARM assembler (no flamewar please)
    ... The whole point of RISC is to be able to make a more efficient implementation - it is an architectural design philosophy aimed at making small and fast implementations. ... Thus the 68k is far from typical CISC, and is much more in the middle. ... The 68k can handle both operands of an ALU instruction in memory, ... Another example of the simplifications is that the CF no longer supports byte or word sizes for most operations - about the only instructions that support sizes other than the native 32 bits are MOVEs. ...
    (comp.arch.embedded)
  • Re: PIC vs ARM assembler (no flamewar please)
    ... RISC features (such as 16 registers - a lot for its size). ... The 68k can handle both operands of an ALU instruction in memory, ... instructions that support sizes other than the native 32 bits are MOVEs. ...
    (comp.arch.embedded)
  • Re: Is microprocessor an integrated circuit???
    ... >> PLEASE show an example of a microprocessor that doesnt use microcode ... it depends whether the microprocessor is RISC or CISC: ... instructions in that machine were the MMRB (Move Memory to Register ...
    (sci.electronics.design)
  • Re: CISC vs RISC concepts -- from an assembly view
    ... that way the RISC can go extremely fast (1:1 ratio of CPU Cycles: ... many pure RISC processors do not even have a divide ... The RISC processors ran faster, instructions were simple, and most executed ... memory during the CISC vs. RISC period was expensive. ...
    (comp.lang.asm.x86)