使用Clang编译 观察Runtime源码
2019-01-23 本文已影响0人
优雅的步伐
- 创建一个项目 AAAA
- cd 到项目所在的文件路径下
- 重写文件ChenPerson.m (即在终端输入 clang -rewrite-objc ChenPerson.m)
Show in Finder 可以看到一个重写文件ChenPerson.cpp
image.png
ChenPerson.cpp中的代码即为runtime的运行时代码
Show in Finder 可以看到一个重写文件ChenPerson.cpp
ChenPerson.cpp中的代码即为runtime的运行时代码