rhythmkay / PGOAnalyzerLinks
support for iOS objc application's binary layout.二进制重排trace生成order_file以及order_string
☆42Updated 5 years ago
Alternatives and similar repositories for PGOAnalyzer
Users that are interested in PGOAnalyzer are comparing it to the libraries listed below
Sorting:
- 使用 __attribute__ 实现编译期自动注册,将数据写入 mach-o 文件,启动时读出数据执行启动项,通过自注册形式,实现模块的可插拔,实现 App 启动项执行流程规范化管理,该方案也是 load 方法的一个替代方案,简单理解为一种快速写入和读取配置表的类似技术。