Merge branch 'master' into harmony

This commit is contained in:
Richard van Velzen
2016-06-12 17:29:42 +02:00
10 changed files with 376 additions and 27 deletions

View File

@@ -1357,6 +1357,7 @@ merge(Compressor.prototype, {
if (compressor.has_directive("use asm")) return self;
if (compressor.option("unused")
&& !self.uses_eval
&& !self.uses_with
) {
var in_use = [];
var in_use_ids = {}; // avoid expensive linear scans of in_use