[patch, fortran] PR35059 Seg fault when max constructor limit reached

Jerry DeLisle jvdelisle@verizon.net
Fri Feb 22 05:55:00 GMT 2008


Bud Davis wrote:
> did you find some code that is O(N2) ?
> 
> are we searching for a given index by searching the list ?
> 
> 
> --bud
> 
As Paul said, yes.

Also,  I am wondering why we store constant arrays as linked lists of expr. 
Dominiq asked this question once as well.  It seems we should store constant 
arrays as, well, constants in an array.  I know this would take a bit of rework, 
but these are just constants.  If in the end we need an expr, create it then.

My intuition tells me this is paradigm shifting territory.

Jerry



More information about the Fortran mailing list