home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / vms / 20025 < prev    next >
Encoding:
Text File  |  1992-12-29  |  2.1 KB  |  47 lines

  1. Newsgroups: comp.os.vms
  2. Path: sparky!uunet!spool.mu.edu!agate!usenet.ins.cwru.edu!eagle!venus.lerc.nasa.gov!uugblum
  3. From: uugblum@venus.lerc.nasa.gov (VMScluster Administrator)
  4. Subject: Re: ballooning EXE size
  5. Message-ID: <29DEC199216584048@venus.lerc.nasa.gov>
  6. News-Software: VAX/VMS VNEWS 1.41    
  7. Sender: news@eagle.lerc.nasa.gov
  8. Nntp-Posting-Host: venus.lerc.nasa.gov
  9. Organization: NASA Lewis Research Center
  10. References: <01GSUT89O7JK000J0I@XRT.UPENN.EDU>
  11. Date: 29 Dec 1992 16:58 EDT  
  12. Lines: 33
  13.  
  14. In article <01GSUT89O7JK000J0I@XRT.UPENN.EDU>, BUHLE@XRT.UPENN.EDU ("E. Loren Buhle, Jr. [-662-3084]", 215) writes...
  15. >I have a problem with the size of an executable going from ~1,000 blocks to 
  16. >something on the order of 75,000 blocks. 
  17. [stuff deleted]
  18.  
  19. >Eventually, the addition of the simplest code causes the executable to go from 
  20. >1,100 blocks to ~76,000 blocks. Looking at the LINK map, the size of my 
  21. >interface modules are quite small. Remember, this is FORTRAN and most of the 
  22. >memory is statically allocated.
  23. [stuff deleted]
  24.  
  25. >Dr. E. Loren Buhle, Jr.  INTERNET: BUHLE@XRT.UPENN.EDU
  26. >University of Pennsylvania School of Medicine         Phone: 215-662-3084
  27. >Rm 440A, 3401 Walnut St., Philadelphia, PA 19104-6228   FAX: 215-349-5978
  28.  
  29. I assisted one of the users here with this problem about a month ago.
  30.  
  31. The problem with a program growing from a small to a large executable size
  32. by making a small change in source code is caused by the linker demand zero
  33. compression not being used when a certain image section count is exceeded.
  34. This can be corrected by specifying a ISD_MAX value of 200 to 300 in a
  35. link options file.  See the DSNlink article entitled "Image File Grows Much
  36. Larger After Adding Small Amount of Code".
  37.  
  38. --------------------------------------------------------------------------------
  39. Greg Blumers                Sverdrup Technology, Inc.
  40. VAXcluster Administrator        c/o NASA Lewis Research Center
  41. (216)433-6777                Mail Stop 142-2
  42.                     21000 Brookpark Road
  43. uugblum@scivax.lerc.nasa.gov        Cleveland, OH 44135
  44. --------------------------------------------------------------------------------
  45.