On 10/15/2015 12:56 AM, Jakub Jelinek wrote:
On Sun, Oct 11, 2015 at 12:47:19PM -0700, Aldy Hernandez wrote:
I'm investigating balanced binary tree options for the multiple priorities
variant of the task scheduler. In looking at the splay tree adaption in
libgomp, I noticed that it requires pre
On Sun, Oct 11, 2015 at 12:47:19PM -0700, Aldy Hernandez wrote:
> I'm investigating balanced binary tree options for the multiple priorities
> variant of the task scheduler. In looking at the splay tree adaption in
> libgomp, I noticed that it requires preexisting typedefs and other
> definitions
Hi.
I'm investigating balanced binary tree options for the multiple
priorities variant of the task scheduler. In looking at the splay tree
adaption in libgomp, I noticed that it requires preexisting typedefs and
other definitions before including splay-tree.h. This makes it
impossible to re