No longer use vm to load code.
Improves performance 2x on node > 0.10. Ref #636
This commit is contained in:
@@ -254,7 +254,6 @@ if (ARGS.self) {
|
||||
}
|
||||
files = UglifyJS.FILES;
|
||||
if (!ARGS.wrap) ARGS.wrap = "UglifyJS";
|
||||
ARGS.export_all = true;
|
||||
}
|
||||
|
||||
var ORIG_MAP = ARGS.in_source_map;
|
||||
|
||||
Reference in New Issue
Block a user