diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2017-12-20 23:52:18 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-20 23:52:18 +0800 |
commit | 4113609dd4d782f0ceb9ec1c3e9c829e05a93aed (patch) | |
tree | 9d93b9ae9428a1fc0e8c9641a72ba9b55744a54f /test/ufuzz.json | |
parent | 7ac7b0872fd8ba6866162697ac6956a737e20a04 (diff) | |
download | tracifyjs-4113609dd4d782f0ceb9ec1c3e9c829e05a93aed.tar.gz tracifyjs-4113609dd4d782f0ceb9ec1c3e9c829e05a93aed.zip |
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
Diffstat (limited to 'test/ufuzz.json')
-rw-r--r-- | test/ufuzz.json | 5 |
1 files changed, 1 insertions, 4 deletions
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 } } ] |