home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / arch / 10810 < prev    next >
Encoding:
Text File  |  1992-11-17  |  1.6 KB  |  40 lines

  1. Newsgroups: comp.arch
  2. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!jvnc.net!nuscc!ntuix!eoahmad
  3. From: eoahmad@ntuix.ntu.ac.sg (Othman Ahmad)
  4. Subject: Re: Registerless processor
  5. Message-ID: <1992Nov17.042935.1962@ntuix.ntu.ac.sg>
  6. Organization: Nanyang Technological University - Singapore
  7. X-Newsreader: TIN [version 1.1 PL6]
  8. References: <1992Nov13.181654.11692@fcom.cc.utah.edu>
  9. Date: Tue, 17 Nov 1992 04:29:35 GMT
  10. Lines: 28
  11.  
  12. Darren R. Davis (drdavis@u.cc.utah.edu) wrote:
  13. : I have been pondering an idea for a machine architecture.  A processor
  14. : that has no registers.  I am familiar with some architectures that have
  15. : done this.  My twist on this theme is to have a very large cache on chip
  16. : for memory locations (effectivelly becoming registers).  This goes
  17. : against the RISC idea of having very large register sets with load store
  18. : instructions.  This machine would just reference memory, and the most
  19. : common addresses becoming cached internally to the processor giving very
  20. : fast access.  Does anyone know of such a machine, and what are your
  21. : thoughts on this kind of architecture.  I envision the cache being
  22.  
  23. I have been thinking about this for some time now.
  24. First, you have broken the law as stated by H&P book.
  25. The major problem that you have to face is the large number of address bits,
  26. required to access your data. 32-bit per operand is rather large.
  27.  
  28. To solve this you have 2 choices:
  29.  
  30. i) stacks,
  31. ii) data compression,
  32.  
  33.  
  34. --
  35. Othman bin Ahmad, School of EEE,
  36. Nanyang Technological University, Singapore 2263.
  37. Internet Email: eoahmad@ntuix.ntu.ac.sg
  38. Bitnet Email: eoahmad@ntuvax.bitnet
  39.  
  40.