Introduction to CFGO
CFGO is an acronym for continuous feature-guided optimization. Traditional FGO can only be applied to the source code of a single file. However, CFGO extends the optimization object to multi-modal: from source code to redirectable assembly files and binary files, and the optimization period is extended to the entire process. From the static compilation phase to the link time and post-link time, it is a multi-modal and full-lifecycle continuous optimization mode.

Parent topic: CFGO