[libgomp] MEMMODEL_* constants and OMP_STACKSIZE: a few questions/proposals

2013-07-15 Thread Kévin PETIT
Ping. Hi, I’ve recently started to work on libgomp with the goal of proposing a new way of handling queues of tasks based on the work done by a PhD student. While working on libgomp’s code I noticed two things that puzzled me: - The code uses gcc’s atomic builtins but doesn’t use the __

[libgomp] MEMMODEL_* constants and OMP_STACKSIZE: a few questions/proposals

2013-06-24 Thread Kévin PETIT
Hi, I’ve recently started to work on libgomp with the goal of proposing a new way of handling queues of tasks based on the work done by a PhD student. While working on libgomp’s code I noticed two things that puzzled me: - The code uses gcc’s atomic builtins but doesn’t use the __ATOMIC_