This link appeared in WDRL 181 on .
Prepack · Partial evaluator for JavaScript
Prepack is a JavaScript source code optimizer that tries to simplify your code on the compile-time to make it faster on the run-time. By pre-resolving calculations and assignments where possible, for example.