Hacker News new | ask | show | jobs
by drran 1910 days ago
Why not just use PGO (Profile Guided Optimizations)?

Sadly, PGO does not work with cross-language LTO, because of conflict of LLVM module name ('Profile').