As I have promised in this post, I am giving a review of the ADVANCED_OPTIMIZATIONS option in Google Closure JavaScript Compiler.
Beyond simply shortening variable names, Closure Compiler with ADVANCED_OPTIMIZATIONS, does three other important steps:
aggresive renaming – not only renaming local variables and functions, but it renames GLOBAL variables and functions. In this way, it can [...]