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: [gomp] More IL work


Diego Novillo wrote:
> When you say "flag some of the loops", do you mean flag the loop
> structures?  If so, I think that would be workable.
> 

Yes, that's what I mean.

> The only time we need the loops lexically marked is when
> processing OpenMP pragmas in the FE.  But once we are in the
> optimizers, transformations should just work with the loop
> structures and feed the loop bodies into the thread creation
> code.

Agreed.  So I will continue to work in this direction.

Thanks Diego.


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