Is there a performance hit when running obfuscated code?

Posted by nvivek on Stack Overflow See other posts from Stack Overflow or by nvivek
Published on 2010-04-15T14:36:42Z Indexed on 2010/04/15 14:43 UTC
Read the original article Hit count: 254

Filed under:
|

All,

I am proposing the addition of code obfuscation to the standard build process at my organization. One of the questions being asked is whether there is a performance hit to running obfuscated code vs. running unobfuscated code.

What is your experience? Have you seen a reduction in performance at runtime because you obfuscated your Java or C# code?

Thanks,

VI

© Stack Overflow or respective owner

Related posts about obfuscation

Related posts about Performance