home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / fortran / 3479 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  1.6 KB

  1. Path: sparky!uunet!sun-barr!news2me.ebay.sun.com!exodus.Eng.Sun.COM!appserv.Eng.Sun.COM!appserv!khb
  2. From: khb@chiba.Eng.Sun.COM (Keith Bierman fpgroup)
  3. Newsgroups: comp.lang.fortran
  4. Subject: Re: Size of executables
  5. Date: 8 Sep 92 22:44:25
  6. Organization: Sun MegaSystems
  7. Lines: 43
  8. Message-ID: <KHB.92Sep8224425@chiba.Eng.Sun.COM>
  9. References: <9209031948.AA10327@ros6.gsfc.nasa.gov> <1992Sep8.141200.12145@puma.ATL.GE.COM>
  10. NNTP-Posting-Host: chiba
  11. In-reply-to: wmitchel@fergie.dnet.ge.com's message of 8 Sep 92 14:12:00 GMT
  12.  
  13.  
  14. > ... RISC vs. CISC ...
  15.  
  16. A persual of the literature tends to suggest that the code expansion
  17. is usually on the order of 20%-40%. I recall no surveys showing even
  18. as much as 2x.
  19.  
  20. The large size of f77 executables is largely due to some suboptimal
  21. decisions made in constructing the plethoria of libraries which are
  22. linked in most applications. 
  23.  
  24. However progress does occur. Consider
  25.  
  26.         print*,"hello world"
  27.         end
  28.  
  29.  
  30. f77v1.4.1 on SunOS 4.1.1
  31.  
  32. text    data    bss    dec    hex
  33. 155648    16384    0    172032    2a000
  34.  
  35.  
  36. f77 2.0.1 on 4.1.1                           modest improvement
  37. text    data    bss    dec    hex
  38. 106496    32768    0    139264    22000
  39.  
  40.  
  41.  
  42. f77 2.0.1 on solaris 2.0                    somewhat more substantial
  43.  
  44.  52350 + 3552 + 2208 = 58110
  45.  
  46.  
  47. To answer the inevitable questions: f77 2.0.1 has not FCS'ed yet; it
  48. is in beta. 
  49.  
  50. --
  51. ----------------------------------------------------------------
  52. Keith H. Bierman    keith.bierman@Sun.COM| khb@chiba.Eng.Sun.COM
  53. SunPro 2550 Garcia MTV 12-33             | (415 336 2648) fax 964 0946
  54. Mountain View, CA 94043  <speaking for myself, not Sun*> Copyright 1992
  55.  
  56.