home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / amiga / programm / 17337 < prev    next >
Encoding:
Internet Message Format  |  1992-12-14  |  2.6 KB

  1. Xref: sparky comp.sys.amiga.programmer:17337 comp.sys.amiga.hardware:21462
  2. Newsgroups: comp.sys.amiga.programmer,comp.sys.amiga.hardware
  3. Path: sparky!uunet!mcsun!sunic!aun.uninett.no!ugle.unit.no!solan1.solan.unit.no!skogaas
  4. From: skogaas@solan.unit.no (John Olav Skog}s)
  5. Subject: Re: CISC and RISC
  6. Message-ID: <1992Dec14.155039.7747@ugle.unit.no>
  7. Sender: news@ugle.unit.no (NetNews Administrator)
  8. Organization: Norwegian Institute of TechnologyNorwegian Institute of TechnologyNorwegian Institute of Technology
  9. References: <70436@cup.portal.com> <amipb.04wr@amipb.gna.org> <37844@cbmvax.commodore.com> <Bz8FD1.Dxt@ns1.nodak.edu>
  10. Date: Mon, 14 Dec 92 15:50:39 GMT
  11. Lines: 46
  12.  
  13.  
  14.  
  15. RISC - reduced instruction set computer:
  16.  
  17. Fewer and less complex intructions than in CISC processors
  18. Only one or two instruction formats (usually - results in fast decoding)
  19. Large register file: 32-2048 internal registers
  20. Few adressing modes (1-2 usually)
  21. Optimizing compilers (it is easy to generate good code for the RISC architecture)
  22. Support for high-level languages (when it comes to passing parameters etc.)
  23. Hard-wired control unit
  24. Optimized instruction pipeline
  25. LOAD/STORE - architecture
  26. One clock-cycle pr. instruction
  27.  
  28.  
  29.  
  30. CISC - complex instruction set computer:
  31.  
  32. Has a big software base (Amiga, Mac, DOS...)
  33. The newest CISC processors are now using RISC techniques to archieve performance
  34. (partly hardwired control-units, and one clock-cycle pr. instruction performance)
  35. It may be easier to make op.sys.-software on a CISC processor.
  36.  
  37. The code size for RISC-processors will usually be larger than it would be for a
  38. CISC processor.
  39.  
  40. Nowadays, it seems like that the RISC and CISC-prosessors are approaching each
  41. other. The manufacturers incorporate RISC-features in CISC-processors and 
  42. visa versa.
  43.  
  44.  
  45.  
  46. More interesting is multiprocessor-systems, with maybe thousands of processors.
  47. Or just 16 68040's in a "hypercube" system. Such HyperCubes are at the moment
  48. being developed at the Norwegian Institute of Technology. An early prototype,
  49. 16 i486 connected together (with local memory and disk), was capable to raytrace 
  50. a picture much faster than any other HyperCube in the world (i think it was by 
  51. a factor of 10). It was done in just a couple of seconds. Merging and sorting 
  52. two files were done 10-100 times the performance of a big mainframe. This system 
  53. was originally designed to be a fault-tolerant system, with at least two copies 
  54. of every byte on different disks. What about an Amiga HyperCube with 8 68040 
  55. processors with XX MB local memory...?  :-) However, AmigaDOS would then have
  56. to be rewritten quite a lot... Another Amiga model: Amiga NevroNet... :-)
  57.  
  58.  
  59.