Seabright Technology Header Image

Posts from ‘July, 2012’

Value profile optimisations in GCC

I’m looking into profile guided optimisation (PGO) in GCC as a future topic for the Linaro Toolchain team. PGO works by having you build your program twice: once to instrument and record what the program actually does and then again using that profile to better optimise. One optimisation is to track the values used in [...]