Add proper support for "use asm"; blocks. Disable -c optimization within "use asm...
authorkzc <zaxxon2011@gmail.com>
Mon, 5 Oct 2015 23:51:09 +0000 (19:51 -0400)
committerRichard van Velzen <rvanvelzen@experty.com>
Wed, 7 Oct 2015 08:00:28 +0000 (10:00 +0200)
commit593677d2ff04f61a2230c18722ec89b820ee0307
tree1d50764328efcbc04d82ffbfb010c09b10cbc539
parentc69294c44929d728807bdeabac8a024f108f198b
Add proper support for "use asm"; blocks. Disable -c optimization within "use asm"; sections and preserve floating point literals in their original form. Non-asm.js sections are optimized as before. Asm.js sections can still be mangled and minified of whitespace. No special command line flags are required.
bin/uglifyjs
lib/compress.js
lib/output.js
lib/parse.js
lib/scope.js