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:
@@ -15,15 +15,12 @@
|
||||
},
|
||||
{},
|
||||
{
|
||||
"compress": {
|
||||
"hoist_props": true
|
||||
},
|
||||
"toplevel": true
|
||||
},
|
||||
{
|
||||
"compress": {
|
||||
"keep_fargs": false,
|
||||
"passes": 3
|
||||
"passes": 100
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user