Re: [gomp4.1] make libgomp's splay tree implementation key agnostic

2015-10-15 Thread Aldy Hernandez
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

Re: [gomp4.1] make libgomp's splay tree implementation key agnostic

2015-10-15 Thread Jakub Jelinek
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

[gomp4.1] make libgomp's splay tree implementation key agnostic

2015-10-11 Thread Aldy Hernandez
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