diff options
author | Alon Zakai <alonzakai@gmail.com> | 2017-11-17 21:36:40 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-17 21:36:40 -0800 |
commit | 8a6964014cc1198acda11646c4b2f79406c5fec2 (patch) | |
tree | 398a300e052afa01783249337b866c364c43c6ec /test/binaryen.js/functions.js | |
parent | da0c45566118c863f12a2edb004e28a084ef5660 (diff) | |
download | binaryen-8a6964014cc1198acda11646c4b2f79406c5fec2.tar.gz binaryen-8a6964014cc1198acda11646c4b2f79406c5fec2.tar.bz2 binaryen-8a6964014cc1198acda11646c4b2f79406c5fec2.zip |
Fix a code-folding fuzz bug (#1282)
* fix a code-folding bug where when merging function-level tails, we moved code out of where it could reach a break target - we must not move code if it has a break target not enclosed in itself. the EffectAnalyzer already had the functionality for that, move the code around a little there to make that clearer too
Diffstat (limited to 'test/binaryen.js/functions.js')
0 files changed, 0 insertions, 0 deletions