This is the mail archive of the gcc-patches@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]

Re: [patch, fortran] Unformatted array IO performance improvement


:ADDPATCH fortran:

Ok, here is an updated patch that handles negative strides
correctly. Another change I made was to increment the g.item_count
counter for every call to one of the scalar transfer functions,
instead of updating it in transfer_array/transfer_real etc. This is
needed since the formatted transfer functions use item_count to signal
where an error occured.

ChangeLog, patch and a testcase attached.


-- 
Janne Blomqvist

Attachment: ChangeLog
Description: Text document

Attachment: array-io-3.diff
Description: Text document

Attachment: arrayio_6.f90
Description: Text document


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