Jeremy Huddleston wrote: > - unsigned int oldtail = miEventQueue.tail, newtail; > + unsigned int oldtail = miEventQueue.tail; All fine, but is there a specific reason to remove newtail? Not that I'd expect this to save more than one or two cycles on any platform... _______________________________________________ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg
- [Patch 01/02] mieq threading prep: Only increment tail (... Jeremy Huddleston
- Re: [Patch 01/02] mieq threading prep: Only increme... Simon Thum
- Re: [Patch 01/02] mieq threading prep: Only inc... Jeremy Huddleston