public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/38654]  New: Fortran I/O speedup
@ 2008-12-28 17:12 tkoenig at gcc dot gnu dot org
  2008-12-28 17:39 ` [Bug libfortran/38654] " domob at gcc dot gnu dot org
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: tkoenig at gcc dot gnu dot org @ 2008-12-28 17:12 UTC (permalink / raw)
  To: gcc-bugs

A bug to hang a few ideas for I/O speedup from.

We have Jerry's first I/O refactoring results (splitting
into formatted read and write) at

http://gcc.gnu.org/ml/fortran/2008-12/msg00114.html

We also would want to pre-parse format strings.

I would really like to pre-parse the option strings
like advance="NO".  If we handle that in the front-end,
we should usually be able to avoid any run-time overhead
at all, and people who use variables should be no worse
off than now.  This should also reduce the size requirements
of the dt structures by a lot.

Finally, the way we parse and write our floating point
values appears to be slow.

What we also should have is a way to hang information
private to the library off the unit number, so we can
extend that.


-- 
           Summary: Fortran I/O speedup
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Keywords: missed-optimization
          Severity: enhancement
          Priority: P3
         Component: libfortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tkoenig at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 12+ messages in thread
[parent not found: <bug-38654-4@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2021-12-26  5:51 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-28 17:12 [Bug libfortran/38654] New: Fortran I/O speedup tkoenig at gcc dot gnu dot org
2008-12-28 17:39 ` [Bug libfortran/38654] " domob at gcc dot gnu dot org
2008-12-28 20:56 ` jvdelisle at gcc dot gnu dot org
2008-12-28 21:03 ` jvdelisle at gcc dot gnu dot org
2008-12-28 21:28 ` domob at gcc dot gnu dot org
2008-12-29 12:26 ` tkoenig at gcc dot gnu dot org
2009-03-29 19:50 ` domob at gcc dot gnu dot org
2009-04-05 20:14 ` jvdelisle at gcc dot gnu dot org
2009-04-05 20:23 ` jvdelisle at gcc dot gnu dot org
2009-05-27  1:23 ` jvdelisle at gcc dot gnu dot org
2009-06-09  3:22 ` jvdelisle at gcc dot gnu dot org
     [not found] <bug-38654-4@http.gcc.gnu.org/bugzilla/>
2021-12-26  5:51 ` pinskia at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).