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

Re: egcs/gcc patch to speed up compiles of some Fortran code


On Sun, May 24, 1998 at 07:51:02AM -0700, Per Bothner wrote:
> Yes, but arrays will still normally be more efficient,
> both in terms of space and space.  The main reasons for using
> linked lists are:

In this case,

  * I would imagine that normally the lists _are_ quite short,
    as evidenced by the fact we've not noticed the combinatorial
    explosion before.

  * We do not need to randomly index the list.  In fact, we only
    only touch each entry twice -- once to create it, once to 
    destroy it.


r~


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