gomp-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gomp-discuss] Fortran frontend ..


From: Lars Segerlund
Subject: [Gomp-discuss] Fortran frontend ..
Date: Mon, 15 Nov 2004 11:32:29 +0100

 HI again,

 I am looking at the fortran frontend and I have found some problems with it, 
mainly that the part in the code where comment parsing is supposed to live in 
is invoked a lot more times than necessary, ( 1698 times for a program 
containing 52 comment lines and 9 of them OMP directives ), this only affects 
f77 and -ffixed-form programs but it definitively have to be fixed in any case, 
so I have made that my number one priority, ( gfortran can spend 92% wall clock 
time in this code for some programs :-( ).

 I know I said that I would look over the internal representation, but I 
haven't gotten very far on that front so I will postpone this for the moment, 
and I am wondering if someone else is up to the task ?

 / regards, Lars Segerlund.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]