启动速度说明

1、动态库加载越多,启动越慢。
2、ObjC类,方法越多,启动越慢。
3、ObjC的+load越多,启动越慢。
4、C的constructor函数越多,启动越慢。
5、C++静态对象越多,启动越慢。

你可能感兴趣的:(启动速度说明)