From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20862 invoked by alias); 28 Dec 2008 21:28:42 -0000 Received: (qmail 20376 invoked by uid 48); 28 Dec 2008 21:27:20 -0000 Date: Sun, 28 Dec 2008 21:28:00 -0000 Message-ID: <20081228212720.20375.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libfortran/38654] Fortran I/O speedup In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "domob at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-12/txt/msg02605.txt.bz2 ------- Comment #4 from domob at gcc dot gnu dot org 2008-12-28 21:27 ------- Created an attachment (id=16998) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16998&action=view) Number parsing routines Sorry for the spam, but this is the parser-code for numbers I promised; it's just a part out of FreeWRL's CFuncs/CParseLexer.c which was mostly written by myself. The code cut here is, except the two JAS-comments which are trivial and will be reverted anyways, fully written by myself and under my copyright, so I think this should not give any problems. I'm going to rework it anyway, though :) If I find some time and the right places, I will make a full patch for gfortran and do some benchmarks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38654