Xcode之PGO机制
摘要:PGO (Profile-guided optimization)是指利用程序运行过程中采集到的 profile 数据,来重新编译程序以达到优化效果的 post-link 优化技术。它是一种通用技术,不局限于某种语言 具体过程是:首先要对程序进行剖分埋点(Profile),收集程序实际运行的数据生成
阅读全文
posted @ 2025-06-30 20:46
posted @ 2025-06-30 20:46
posted @ 2025-06-28 15:15