Hacker News new | ask | show | jobs
by cozzyd 722 days ago
Or even on a per function basis, at least with gcc (no clue about clang...)
1 comments

In principle yes, you can use Attribute optimize, but I wouldn't rely on it. Too many bugs open against it.
It's worked for me in the past but maybe I got lucky.