This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Compressed MOD files?


Steve,


Module B will be read twice, and hence, it would be decompressed
twice. How much overhead is added by the decompression phase?
I have proposed, as a 4.3.0 project, to store a symtree for each module, when it is USED for the first time. Subsequent USEs would then take from this symtree. Maybe compression could be added at the same time? Alternatively, we could write modules in binary, as do the commercial compilers. Come to that, a more abreviated form would do the same; eg. why write INTEGER each time, when a type is expected - "I" would do.

Huummphh - I do like being able to read the .mod files.

Paul


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]