Lahey Support
08-15-2003, 01:33 AM
> Date: Fri, 07 Sep 2001 22:20:53 -0600
> From: "Thomas F. Rutherford" [address removed]
> I have a couple of questions related to LF95:
>
> 1. How can I reduce the size of the executable image for a LF95
> program? I am working on a program which compiles to a 1.5MB .EXE file
> which can subsequently be zipped to 450K. The EM32 compiler used to
> have a -pack switch, and I recall that an earlier version worked with
> the SpaceMaker utility provided by a third party. Is there something
> like that available for LF95?
Executable file size may be reduced (in general) by using
dynamic arrays or allocatable ones instead of static ones.
> Thanks,
>
> Tom
> Thomas F. Rutherford Phone (303) 492-5169
> Department of Economics Fax (303) 492-8960
> University of Colorado [address removed]
> Boulder, CO 80309-0256 http://debreu.colorado.edu/
----------------------------------------------------------
To unsubscribe, send to [address removed] the following
as the first and only line of the message body:
unsubscribe fortran
----------------------------------------------------------
> From: "Thomas F. Rutherford" [address removed]
> I have a couple of questions related to LF95:
>
> 1. How can I reduce the size of the executable image for a LF95
> program? I am working on a program which compiles to a 1.5MB .EXE file
> which can subsequently be zipped to 450K. The EM32 compiler used to
> have a -pack switch, and I recall that an earlier version worked with
> the SpaceMaker utility provided by a third party. Is there something
> like that available for LF95?
Executable file size may be reduced (in general) by using
dynamic arrays or allocatable ones instead of static ones.
> Thanks,
>
> Tom
> Thomas F. Rutherford Phone (303) 492-5169
> Department of Economics Fax (303) 492-8960
> University of Colorado [address removed]
> Boulder, CO 80309-0256 http://debreu.colorado.edu/
----------------------------------------------------------
To unsubscribe, send to [address removed] the following
as the first and only line of the message body:
unsubscribe fortran
----------------------------------------------------------