summaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2010-12-02 15:31:27 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2010-12-02 15:31:27 +0100
commit4c698cf891a7d946b64d95ba89d6a0d255f40712 (patch)
tree7c7f639641864f20e1f71f79f7efe3605b015db0 /libgomp/ChangeLog
parentb7516041a1e540b8db3c76ef4df192404d5daafd (diff)
downloadgcc-4c698cf891a7d946b64d95ba89d6a0d255f40712.tar.gz
re PR libgomp/43706 (scheduling two threads on one core leads to starvation)
PR libgomp/43706 * env.c (initialize_env): Default to spin count 300000 instead of 20000000 if neither OMP_WAIT_POLICY nor GOMP_SPINCOUNT is specified. From-SVN: r167371
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r--libgomp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 7064d669791..4317202b211 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,5 +1,10 @@
2010-12-02 Jakub Jelinek <jakub@redhat.com>
+ PR libgomp/43706
+ * env.c (initialize_env): Default to spin count 300000
+ instead of 20000000 if neither OMP_WAIT_POLICY nor GOMP_SPINCOUNT
+ is specified.
+
PR libgomp/45240
* parallel.c (GOMP_parallel_end): Unlock gomp_remaining_threads_lock
at the end if sync builtins aren't supported.