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: Graphite review, graphite parts [1/n]


> +  /* ???  It looks like a global mapping loop_id -> cloog_loop would work.  */
> +  htab_t loop2cloog_loop;
>
> So - ??? (from last review) - does it work?

Yes, sure, it could work, but memory-wise htab is more efficient than
an array of length num_loops.


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