Re: [Mingw-w64-public] Slow pointer union

2013-07-15 Thread Ruben Van Boxem
2013/6/2 Etienne Sandré-Chardonnal > Dear all, > > I'm using Mingw gcc 4.8.0 rubenvb seh build for x64 (native compiler) > > In my program, I am using large binary trees, each node being a Node class > which is either a true node (two children pointers) or a leaf (pointer on > some data), never b

[Mingw-w64-public] Slow pointer union

2013-06-02 Thread Etienne Sandré-Chardonnal
Dear all, I'm using Mingw gcc 4.8.0 rubenvb seh build for x64 (native compiler) In my program, I am using large binary trees, each node being a Node class which is either a true node (two children pointers) or a leaf (pointer on some data), never both. It also has an integer member which allows r