On Sat, Jan 09, 2010 at 08:15:20PM +0000, Grumpy wrote:
> > > @@ -350,7 +359,7 @@
> > >    * referencing buffers.
> > >    */
> > >   toggle ^= 1;
> > > - if (numvnodes > 2 * maxvnodes)
> > > + if (numvnodes / 2 > maxvnodes)
> > >           toggle = 0;
> > 
> > +   if ((numvnodes >> 1) > maxvnodes)
> > 
> > slightly better?
> 
> I find your lack of faith in the compiler disturbing.

I find your lack of type checking before trolling disturbing.

Joerg

Reply via email to