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: [Fortran] Another array reference dependency improvement


Roger,

This latter approach avoids the need to pass down a linked list
of variables through gfc_dependency's call stack, and then scan
this list everytime we encounter a variable at a leaf.

Perhaps the gfortran maintainers could indicate which approach
they think is most appropriate.



I favour the latter - ie. a context flag. In doing the Polyhedron tests to check out your first patch, I notice that compilation times are 50% up on 6 months ago; there's too much running up and down linked lists!

Paul


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