From kde-commits Thu Nov 20 21:41:54 2003 From: Antonio Larrosa Jimenez Date: Thu, 20 Nov 2003 21:41:54 +0000 To: kde-commits Subject: kdelibs/kdecore X-MARC-Message: https://marc.info/?l=kde-commits&m=106936454608172 CVS commit by antlarr: Swap a very strange expression which was prone to misinterpretation by the casual viewer and a huge optimization by calling the precedence ++ operator when incrementing an iterator , that is, ++it instead of it++. It's really noticeable! Well, maybe it's not, but the perceived speed is all in your mind, so if I make you believe it's faster, it will be faster for you :) and anyway, at least we don't lose a couple of CPU cycles innecesarely now. M +9 -9 kiconloader.cpp 1.217 M +11 -11 kicontheme.cpp 1.56