|
|
Log in / Subscribe / Register

Security quotes of the week

Security quotes of the week

Posted Apr 26, 2018 11:41 UTC (Thu) by jwakely (subscriber, #60262)
In reply to: Security quotes of the week by mjthayer
Parent article: Security quotes of the week

> It would be very nice to be able to mark areas of source code which should or should not be optimised

GCC's optimize attribute allows that:

    int slow(int i, int j) __attribute__((noinline,optimize("0")));


The LWN site is currently under high scraper load, so comment display has been suppressed for anonymous users. If you are a human, you may read the comments by clicking the button below:

Note: you can avoid this step in the future by logging into your LWN account.


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds