| Article: |
Protect Your Source Code: Obfuscation 101 | |
| Subject: | Obfuscators can compact/ improve code | |
| Date: | 2005-04-14 12:54:38 | |
| From: | JohnGrant | |
|
Pro obfuscators need not hurt performance. DashO http://preemptive.com/products/dasho/Benefits.html can compact / improve performance.
|
||
Showing messages 1 through 1 of 1.
-
Obfuscators can compact/ improve code
2005-04-14 14:55:12 Matthew Russell |
[View]
Just as a quick note for our readers: be careful here because some compilers remove 'dead code' when it's detected during the optimization phase (code that never actually gets executed). Be sure to check the compiler flags and make sure you don't unintentionally remove 'dead code' that you didn't mean to remove, especially when dealing with compiled languages and mature compilers like GCC.


