home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / arch / 8453 < prev    next >
Encoding:
Text File  |  1992-07-30  |  1.4 KB  |  32 lines

  1. Newsgroups: comp.arch
  2. Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!mips!odin!roadkill.esd.sgi.com!gints
  3. From: gints@roadkill.esd.sgi.com (Gints Klimanis)
  4. Subject: Re: CISC Microcode (was Re: RISC Mainframe)
  5. Message-ID: <1992Jul30.063723.21080@odin.corp.sgi.com>
  6. Sender: news@odin.corp.sgi.com (Net News)
  7. Nntp-Posting-Host: roadkill.esd.sgi.com
  8. Organization: Silicon Graphics, Inc.
  9. References: <55117@mentor.cc.purdue.edu> <id.RKUR.GFF@ferranti.com> <55294@mentor.cc.purdue.edu> <id.GQWR.83D@ferranti.com>
  10. Date: Thu, 30 Jul 1992 06:37:23 GMT
  11. Lines: 19
  12.  
  13. In article <id.GQWR.83D@ferranti.com>, peter@ferranti.com (Peter da
  14. Silva) writes:
  15. |> Yes, I quite agree, different problem spaces demand different
  16. |> algorithms for
  17. |> solution. However, and this is the key point, it is (in 1992)
  18. |> extremely rare
  19. |> that you encounter a constraint on the problem space due to the
  20. |> hardware that
  21. |> has any significant effect on the choice of algorithm. Things like
  22. |> 64K segment
  23. |> limits, massively parallel hardware, or the absence of a FPU... yes.
  24. |> Things
  25.  
  26. Well.  I find myself thinking about the MIPS R4000 in my digital audio
  27. signal processing.   Simple things like the tiny 8K instruction and data
  28. caches really put limits on what you can run at the pipeline rate.  The
  29. 16 floating point registers for mips2 chips imposes severe limits on all
  30. sorts filter implementations.  The limits of new devices are still there
  31. TODAY.
  32.