home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / gnu / gcc / help / 2733 < prev    next >
Encoding:
Internet Message Format  |  1992-12-13  |  1.3 KB

  1. Path: sparky!uunet!usc!sdd.hp.com!spool.mu.edu!yale.edu!ira.uka.de!Sirius.dfn.de!solaris.rz.tu-clausthal.de!urmel.informatik.rwth-aachen.de!tabaqui!dak
  2. From: dak@tabaqui.informatik.rwth-aachen.de (David Kastrup)
  3. Newsgroups: gnu.gcc.help
  4. Subject: Re: Influence of cache to performance on 386/486
  5. Date: 13 Dec 92 15:41:53 GMT
  6. Organization: Rechnerbetrieb Informatik - RWTH Aachen
  7. Lines: 23
  8. Distribution: world
  9. Message-ID: <dak.724261313@tabaqui>
  10. References: <1fvhq7INNitl@sbusol.rz.uni-sb.de>
  11. NNTP-Posting-Host: tabaqui.informatik.rwth-aachen.de
  12. Keywords: cache
  13.  
  14. in11rwfg@sbusol.rz.uni-sb.de (Fred Gerber) writes:
  15.  
  16.  
  17. >We are planning to implement a high performance compiler 
  18. >for a functional language on a MS-DOS machine with a 
  19. >386DX Chip + 387 and accordingly a 486DX.
  20. >We want to use also an explicit management of the 1. and 2.level
  21. >cache.
  22. >We are using the distribution of gnu gcc 1.39 on 386 and 
  23. >we have some trouble.
  24.  
  25. This version is pretty outdated.
  26.  
  27. >Has anybody ported the gcc to a 486 platform?
  28.  
  29. the gcc-2 family supports 486. You can configure generation of 386 or
  30. 486 code, and override with compilation switches.
  31.  
  32. >Do we gain something using a specialized 486 gcc portation (
  33. >not only speed) ?
  34.  
  35. Both codes will run on both sorts of machines, but code generation is
  36. specially optimized for the requested target.
  37.