It depends on how you are obfuscating it. If you use one of the tools that replaces all the names of objets and functions, then there should be no change at all. The compilers don't care what you call anything, whether it's useful to a developer (fetchProjects()) or just (funcA()).
发布评论
评论(2)
这取决于你如何混淆它。如果您使用其中一种工具来替换所有对象和函数的名称,那么应该没有任何变化。编译器不关心你怎么称呼任何东西,无论它对开发人员有用(fetchProjects())还是仅仅对开发人员有用(funcA())。
It depends on how you are obfuscating it. If you use one of the tools that replaces all the names of objets and functions, then there should be no change at all. The compilers don't care what you call anything, whether it's useful to a developer (fetchProjects()) or just (funcA()).
您可能希望阅读我的过度混淆实验:影响流混淆对性能的影响。
You may wish to read about my over-obfuscation experiments: Impact of Flow Obfuscation on Performance.