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] Loop construct fixes and testcases


On Wed, Oct 12, 2005 at 01:52:08PM -0400, Diego Novillo wrote:
> > +	fd.chunk_size = (sched_kind == OMP_CLAUSE_SCHEDULE_STATIC)
> > +	                ? integer_zero_node : integer_one_node;
> >
> Shouldn't this be decided at runtime?

Nope, it's right there on page 36, in the description of the
various scheduling parameters.

The patch is ok.


r~


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