This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/25561] Eventually get rid of the Alloc Stream Facility
- From: "jb at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Sep 2007 14:12:50 -0000
- Subject: [Bug libfortran/25561] Eventually get rid of the Alloc Stream Facility
- References: <bug-25561-11659@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from jb at gcc dot gnu dot org 2007-09-16 14:12 -------
(In reply to comment #3)
> Why marking this as blocking asynchronous I/O?
Well, no hard dependency. I just thought it would make sense to do this first,
as it would reduce the work required to convert the library to a more
traditional read/write design. I'm sure it's possible to shoehorn async i/o
into the current library as well. Especially as there is no point in adding
support for "real" async i/o at the moment, since e.g. Linux supports it only
in conjunction with direct I/O. Frontend syntax support can be added before the
actual backend takes advantage of it.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25561