public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/23770] New: unaligned buffers in i/o library force use of memcpy()
@ 2005-09-07 19:54 tkoenig at gcc dot gnu dot org
  2005-09-08 21:25 ` [Bug libfortran/23770] " jblomqvi at cc dot hut dot fi
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: tkoenig at gcc dot gnu dot org @ 2005-09-07 19:54 UTC (permalink / raw)
  To: gcc-bugs

Currently, the buffers for reading/writing integers
and reals in the i/o library are of type char[], which forces
the use of memcpy(), as in the fix for PR 23356.  It would
be better for performance if suitable alignment could be
forced on the buffers.

-- 
           Summary: unaligned buffers in i/o library force use of memcpy()
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: missed-optimization
          Severity: enhancement
          Priority: P2
         Component: libfortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tkoenig at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2007-02-16 16:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-23770-10391@http.gcc.gnu.org/bugzilla/>
2005-10-25 20:34 ` [Bug libfortran/23770] unaligned buffers in i/o library force use of memcpy() pinskia at gcc dot gnu dot org
2007-01-05 14:16 ` fxcoudert at gcc dot gnu dot org
2007-02-16 16:15 ` fxcoudert at gcc dot gnu dot org
2005-09-07 19:54 [Bug libfortran/23770] New: " tkoenig at gcc dot gnu dot org
2005-09-08 21:25 ` [Bug libfortran/23770] " jblomqvi at cc dot hut dot fi
2005-09-09  6:41 ` jblomqvi at cc dot hut dot fi
2005-09-09  6:44 ` jblomqvi at cc dot hut dot fi
2005-09-09 19:38 ` tkoenig at gcc dot gnu dot org
2005-09-15 19:48 ` pinskia at gcc dot gnu dot 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).