|
4/3 |
1999/12/31-2000/1/1 [Computer/SW/Languages/Java, Computer/SW/Compilers, Computer/SW/Editors/IDE] UID:17127 Activity:nil |
12/30 Is there an editor out there that will analyze my code (C++, Java) and tell me if I have a dead variable (dead code elimination), visually optimize code, etc? I know that this happens in the compiler, but I'd like to have some kind of editor that can give me advice. \_ ED, ED, ED is the STANDARD!!! Peephole/control-flow optimizer. |