Hi Olivier,

On Thursday, 2011-08-11 11:26:28 -0300, Olivier Hallot wrote:

> I take note on the added value in optimizing code to squeeze CPU cycles. So
> far I was coding caring on legibility and understandability.

Bear in mind that usually micro-optimizing code isn't worth the time as
modern optimizing compilers are capable to squeeze more than a human
might think of in some cases. However, avoiding unnecessary function
calls is always an improvement the compiler can't optimize away, and
eliminating such obviously duplicated conditions IMHO also improved
legibility of the code.

  Eike

-- 
 PGP/OpenPGP/GnuPG encrypted mail preferred in all private communication.
 Key ID: 0x293C05FD - 997A 4C60 CE41 0149 0DB3  9E96 2F1A D073 293C 05FD

Attachment: pgpEU7MB6wAew.pgp
Description: PGP signature

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to