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: -frecord-marker


just a couple of comments to add to the noise on this
topic:
    
> 
> AFAICS it's not necessary to know the size of the
> record before
> writing it with the Intel scheme. When running out
> of space in one
> subrecord, just seek back and fix the first record
> marker, seek
> forwards and start the next one. Just like gfortran
> does it today. It
> does cause some extra seeking, but changing that is
> unfortunately
> rather complicated.
> 

on some file systems those seeks will be slow. very
slow.  and of course they will be worse the bigger the
 records :)

but, everything is a tradeoff...the world would be
grand if we knew how big the record was going to be on
the first library call.


--bud

 


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