re PR libfortran/31501 (libgfortran internal unit I/O performance issues)
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Sat, 28 Apr 2007 23:23:35 +0000 (23:23 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Sat, 28 Apr 2007 23:23:35 +0000 (23:23 +0000)
commitd10fb73e919c22a50a241b33b6a0d10aa752f70a
tree8715a6c860658cac9b255cfeaab985075c62d031
parent8e1f21e9c678c941fc1fc720c74f29d74768c9b8
re PR libfortran/31501 (libgfortran internal unit I/O performance issues)

2007-04-28  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/31501
* io/list_read.c (next_char): Fix whitespace.
* io/io.h: Remove prototypes and define macros for is_array_io,
is_stream_io, and is_internal_unit.
* io/unit.c (is_array_io), (is_internal_unit), (is_stream_io): Delete
these functions.
* io/transfer.c (read_sf): Change handling of internal_unit to make a
single call to salloc_r and use memcpy to transfer the data.

From-SVN: r124266
libgfortran/ChangeLog
libgfortran/io/io.h
libgfortran/io/list_read.c
libgfortran/io/transfer.c
libgfortran/io/unit.c