size_t k;
+ // force touching of each page despite the optimizer
  volatile char c = 0;

That patch reminds me of a piece of trivia I'd like to share: Ending with a colon a comment that goes before the code that it comments is a subtle device to make that more obvious:

  size_t k;
+ // force touching of each page despite the optimizer:
  volatile char c = 0;

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

Reply via email to