Re: [gomp4.1] comment some stuff

2015-08-26 Thread Jakub Jelinek
On Tue, Aug 25, 2015 at 10:35:37AM -0700, Aldy Hernandez wrote: > diff --git a/libgomp/env.c b/libgomp/env.c > index 65a6851..0569521 100644 > --- a/libgomp/env.c > +++ b/libgomp/env.c > @@ -69,7 +69,7 @@ struct gomp_task_icv gomp_global_icv = { > > unsigned long gomp_max_active_levels_var = INT

Re: [gomp4.1] comment some stuff

2015-08-25 Thread Aldy Hernandez
On 08/25/2015 10:35 AM, Aldy Hernandez wrote: -int gomp_max_task_priority_var = 0; +static int gomp_max_task_priority_var = 0; Sorry I snuck that in there. The variable is unused elsewhere, might as well make it static. Aldy

[gomp4.1] comment some stuff

2015-08-25 Thread Aldy Hernandez
I'm obviously not smart enough to understand libgomp's tasking runtime, and rth and you get 0 for commenting skills ;-). I had some notes scribbled down while reading the code, and figured someone else might read this code some day. It's still in dire need of commenting, but this mildly helps