BitCodeInterpreter
BitCodeInterpreter copied to clipboard
LLVM BitCode Interpreter For iOS
LLVM BitCode 解释器
去除了
JIT& 只支持mach-o的 BitCode 解释器
用来干啥
- Hotfix
- VM Execution
目前发现问题
-
目前 Interpreter 文件依赖过多,正在优化
-
Bitcode 中自定义的
Objective-C类,由于没有经过objc_init过,objc中不存在对应class, 计划通过定制处理IR &objc_registerClassPair&sel_registerName解决
注意
全局搜索
Tanner查看定制化处理逻辑