UglifyJS/test/compress
Mihai Bazon d72c1d1293 few more optimizations:
- do multiple passes in tighten_body if it was changed
- transform if (foo) return x; return y; ==> return foo?x:y
- don't optimize !0 as true (use best_of after evaluation of constant expr)

With hoist_vars off we now beat UglifyJS v1 on jQuery-1.8.1
2012-09-13 15:20:57 +03:00
..
blocks.js minor 2012-08-27 11:00:26 +03:00
conditionals.js few more optimizations: 2012-09-13 15:20:57 +03:00
dead-code.js always keep declarations found in unreachable code 2012-09-07 15:18:32 +03:00
debugger.js wrote more of the compressor and added some tests 2012-08-22 15:21:58 +03:00
properties.js wrote more of the compressor and added some tests 2012-08-22 15:21:58 +03:00
sequences.js wrote more of the compressor and added some tests 2012-08-22 15:21:58 +03:00