home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.vms
- Path: sparky!uunet!think.com!ames!usenet
- From: miller@tgv.com (Vagrant)
- Subject: Re: ballooning EXE size
- Message-ID: <1992Dec29.210445.3061@news.arc.nasa.gov>
- Sender: usenet@news.arc.nasa.gov
- Reply-To: miller@tgv.com
- Organization: TGV Incorporated in Santa Cruz, CA
- References: <01GSUT89O7JK000J0I@XRT.UPENN.EDU>
- Date: Tue, 29 Dec 1992 21:04:45 GMT
- Lines: 20
-
-
- In article <01GSUT89O7JK000J0I@XRT.UPENN.EDU>, BUHLE@XRT.UPENN.EDU ("E. Loren Buhle, Jr. [-662-3084]", 215) writes:
- #I have a problem with the size of an executable going from ~1,000 blocks to
- #something on the order of 75,000 blocks.
-
- Why don't you just look in the map file? LINK/MAP/FULL/CROSS.
-
- If that doesn't tell you anything, use ANALYZE/IMAGE. Write the
- output to a file and SEARCH it for "page count:" or "base VBN:".
- That should at least give you an idea of which PSECT is ballooning.
-
- I don't know enough about FORTRAN to know if it does something
- funny once a limit is reached, but if it does then you can figure
- it out with ANALYZE/OBJ.
-
- If nothing else, this should give you enough information to repost
- your question.
-
- -bruce
-
-