From 4113609dd4d782f0ceb9ec1c3e9c829e05a93aed Mon Sep 17 00:00:00 2001 From: "Alex Lam S.L" Date: Wed, 20 Dec 2017 23:52:18 +0800 Subject: extend `test/ufuzz.js` to `inline` & `reduce_funcs` (#2620) - forward call `fN()` - allow forward call functions to be single-use - avoid generating `AST_Defun` within blocks --- test/ufuzz.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'test/ufuzz.json') diff --git a/test/ufuzz.json b/test/ufuzz.json index 0d737d31..4057a351 100644 --- a/test/ufuzz.json +++ b/test/ufuzz.json @@ -15,15 +15,12 @@ }, {}, { - "compress": { - "hoist_props": true - }, "toplevel": true }, { "compress": { "keep_fargs": false, - "passes": 3 + "passes": 100 } } ] -- cgit v1.2.3