aboutsummaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-09-03 11:24:34 +0000
committerSebastian Huber <sh@gcc.gnu.org>2015-09-03 11:24:34 +0000
commit7892ec670c1c5d1e4d911ab41903a6af72bc85d2 (patch)
treeadcb0cc39a050326a9ae718cb38bbdbf969a0785 /libgomp/ChangeLog
parent17720e84bfd8df2224886b087cccf236e237d5bc (diff)
downloadgcc-7892ec670c1c5d1e4d911ab41903a6af72bc85d2.zip
gcc-7892ec670c1c5d1e4d911ab41903a6af72bc85d2.tar.gz
gcc-7892ec670c1c5d1e4d911ab41903a6af72bc85d2.tar.bz2
[gomp] Simplify thread pool initialization
libgomp/ChangeLog * 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_team): Use gomp_get_thread_pool(). (gomp_team_start): Delete thread pool initialization. From-SVN: r227439
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r--libgomp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index d5aaa48..319795c 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,11 @@
+2015-09-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+ * 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_team): Use gomp_get_thread_pool().
+ (gomp_team_start): Delete thread pool initialization.
+
2015-09-03 Tom de Vries <tom@codesourcery.com>
PR tree-optimization/65637