This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug fortran/56981] Slow I/O: Unformatted 5x slower, large sys component; formatted slow as well


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56981

--- Comment #2 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> 2013-04-17 00:58:02 UTC ---
There is a seek inside next_record_w_unf. That function is used for DIRECT I/O.
Looks conceptually wrong to me for sequential unformatted.  I won't have time
for a few days to look at this further.


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