solus-project / ypkg

Modern, declarative, structured build format
https://solus-project.com/
GNU General Public License v3.0
56 stars 20 forks source link

context: Enable atomic updates for PGO generation #32

Closed sunnyflunk closed 7 years ago

sunnyflunk commented 7 years ago

New flag in GCC 7 -fprofile-update=atomic prevents creation of corrupted profiles created during instrumentation, but with a speed penalty.

I don't see how this can be a bad thing! (I have tested it, and it does make it a little slower, but not a real concern)

ikeydoherty commented 7 years ago

LGTM!