标签: java class classloader code-generation soot
来自here:
coffi的设计要求为了使某些C级达到N级,必须首先将C引用的所有类带到N-1级。为了知道C引用哪个类,您需要将C提升到N-1级。
这些"等级"是什么?
答案 0 :(得分:0)
出于性能原因,Soot只能将类加载到某个级别,例如只加载签名但不加载正文。细节可以在SootClass类中看到。