Hacker News new | past | comments | ask | show | jobs | submit login

Does PGO mean the build products are non-deterministic? ie if you build the Rust compiler twice you get different bits.



It would be deterministic for a given set of input profile data, but would likely change every time you instrumented a new profile


That assumes any random number generator that a branch is based off of in the code flow was also deterministic, which is unlikely.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: