home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / fortran / 2809 < prev    next >
Encoding:
Text File  |  1992-07-23  |  873 b   |  28 lines

  1. Newsgroups: comp.lang.fortran
  2. Path: sparky!uunet!paladin.american.edu!darwin.sura.net!wupost!gumby!destroyer!ubc-cs!newsserver.sfu.ca!sfu.ca!dedmunds
  3. From: dedmunds@selkirk.sfu.ca (Darran Edward Edmundson)
  4. Subject: why are fortran binaries so large?
  5. Message-ID: <dedmunds.711917278@sfu.ca>
  6. Sender: news@sfu.ca
  7. Organization: Simon Fraser University, Burnaby, B.C., Canada
  8. Date: Thu, 23 Jul 1992 18:47:58 GMT
  9. Lines: 17
  10.  
  11. Why are fortran executable binaries so large compared to similar code
  12. produced by other languages?
  13.  
  14. Is space for variables being reserved in the data segment (like initialized
  15. variables in assembly language)?  (i.e. my binary is very large even if
  16. my code is quite short and simple but I have a large array.)
  17.  
  18. If this is the answer, is there a way to prevent it (I don't have a f77
  19. manual handy)?
  20.  
  21. Thanks.
  22.  
  23. -- 
  24.  
  25. Darran Edmundson
  26. darran@chaos.phys.sfu.ca
  27.  
  28.