Hi, I'd like to know how many profile-guided optimizations implemented in GCC. I checked the source, and the optimizations such as "tracer" and "reorder basic block" use the profiling information ( static or real profiling). Are there any other optimzations using profiling info? thanks. Qiong