diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-11-19 21:38:22 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-11-19 21:38:22 -0800 |
commit | 9a004a8fa1b29ea7cbf3b27e3007021e57a083bc (patch) | |
tree | d6d6b2e084b64ba2ff6fdee3d70920c5658028bb /tools/shared.py | |
parent | 2f082bce5f10f698aa07f7c14de6b3da7f265bf1 (diff) |
initial work on JS optimizer
Diffstat (limited to 'tools/shared.py')
-rw-r--r-- | tools/shared.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/shared.py b/tools/shared.py index 065c71b8..0a4219d8 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -32,6 +32,7 @@ DFE = path_from_root('tools', 'dead_function_eliminator.py') BINDINGS_GENERATOR = path_from_root('tools', 'bindings_generator.py') EXEC_LLVM = path_from_root('tools', 'exec_llvm.py') VARIABLE_ELIMINATOR = path_from_root('tools', 'eliminator', 'eliminator.coffee') +JS_OPTIMIZER = path_from_root('tools', 'js-optimizer.js') # Additional compiler options |