diff options
author | Jérôme Vouillon <jerome.vouillon@gmail.com> | 2024-04-10 17:06:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-10 14:06:56 -0700 |
commit | f7ea0c4cff5e3d80e3feb2bce15037bd2c6b9383 (patch) | |
tree | 19b439aeee22049c679e073ea64a5ea01e7e9539 /src/wasm-interpreter.h | |
parent | 738e8fca4bea0c37e859e5bf0d37866ff432714e (diff) | |
download | binaryen-f7ea0c4cff5e3d80e3feb2bce15037bd2c6b9383.tar.gz binaryen-f7ea0c4cff5e3d80e3feb2bce15037bd2c6b9383.tar.bz2 binaryen-f7ea0c4cff5e3d80e3feb2bce15037bd2c6b9383.zip |
Improve inlining of `return_call*` (#6477)
Use the previous implementation when no return_call is in a try block. This
avoids moving code around (as a sibling of the caller body or the inlined body),
so that should allow more local optimizations after inlining.
Diffstat (limited to 'src/wasm-interpreter.h')
0 files changed, 0 insertions, 0 deletions