On Wed, Jul 22, 2015 at 02:56:15PM +0200, Sebastian Huber wrote:
> 2015-07-22 Sebastian Huber
>
> * team.c (gomp_new_thread_pool): Delete and move content to ...
> (gomp_get_thread_pool): ... new function. Allocate and
> initialize thread pool on demand.
> (get_last_tea
Ping.
On 28/07/15 13:06, Sebastian Huber wrote:
Ping.
This is a pre-requisite for:
https://gcc.gnu.org/ml/gcc-patches/2015-07/msg02347.html
On 22/07/15 14:56, Sebastian Huber wrote:
Move the thread pool initialization from the team start to the team
creation. This eliminates one conditional
Ping.
This is a pre-requisite for:
https://gcc.gnu.org/ml/gcc-patches/2015-07/msg02347.html
On 22/07/15 14:56, Sebastian Huber wrote:
Move the thread pool initialization from the team start to the team
creation. This eliminates one conditional expression. In addition this
is a preparation pa