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: Base new module format on XML - RFC and some questions


Hi Dennis,

The 'bloat' is caused by the information we are saving, not by it's format.  

The complaint I remember about modules is "some codes take too long to compile", 
which is caused by reading and writing 

huge files to the disk.  Maybe it is a module being included a bunch of 
times...there are a couple of PR's out there.

We need to clearly examine how the module process works; and perform that 
function different way.  A mechanization that does 

not make files that have so much information in them.  Or perhaps doesn't use 
files at all.  (sometimes that is the best optimization
of all, don't do it).

Sorry to be a downer.  I loved your e-mail and RFC...it is great to hear about 
and think about stuff before the code hits.


regards,
bud


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