This month, I spent some time on the ring0 packages to ensure that they can all be built reproducibly, if it were not for this Profile-Guided-Optimisations (PGO). One idea for gcc is to have two versions - one fast and one reproducible that differ by approx 8% in performance, but produce identical .o files.