可可西

2025年6月30日 #

Xcode之PGO机制

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

posted @ 2025-06-30 20:46 可可西 阅读(47) 评论(0) 推荐(0)

导航