Obfuscated code in xserver/os/io.c ?

Colin Harrison colin.harrison at virgin.net
Tue Sep 21 10:07:51 PDT 2010


Hi,

This code at xserver/os/io.c ~line 459

....
    if (SmartScheduleDisable)
    if (++timesThisConnection >= MAX_TIMES_PER)
        YieldControl();
....

is either obfuscated or wrong?

....
    if (SmartScheduleDisable && ++timesThisConnection >= MAX_TIMES_PER)
        YieldControl();
....
is what it does at present.

Thanks,
Colin Harrison



More information about the xorg-devel mailing list