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
This commit is contained in:
Alex Lam S.L
2017-12-20 23:52:18 +08:00
committed by GitHub
parent 7ac7b0872f
commit 4113609dd4
2 changed files with 34 additions and 26 deletions

View File

@@ -15,15 +15,12 @@
},
{},
{
"compress": {
"hoist_props": true
},
"toplevel": true
},
{
"compress": {
"keep_fargs": false,
"passes": 3
"passes": 100
}
}
]