Permalink
Mike on compiler
  • vote
    2
    0 starsmike | Shared With: Everyone - Nov 06 2009 | compiler, javascript, jsdoc, google
    Error and Warning Reference - Closure Compiler - Google Code

    Closure compiler - list of errors and warnings.

  • vote
    1
    0 starsmike | Shared With: Everyone - Nov 06 2009 | javascript, minifier, obfuscation, lint, optimizer, compiler

    You can use Google's new JavaScript minifier, Closure, here.

    Besides whitepace compression, it shortens the names of local variables, and, in the Advanced mode, can remove unused code.

    I think it has some built-in knowledge of the Closure Library too, so if you use that you can pull in only the parts that are used?

    UPDATE - after playing with this for a few minutes, it's clear that Closure is WAY MORE than a minifier. Even in the Simple mode it can do unused code elimination, code folding, common subexpression elimination, unwinding function calls, etc.!

  • vote
    1
    0 starsmike | Shared With: Everyone - May 23 2009 | python, compiler, optimization
    PyPy[architecture]

    Optimizing compiler for Python

1 - 3 of 3 Faves

Related Content from Around Faves

compiler

VIEW ALL

javascript

VIEW ALL