diff options
author | Alon Zakai <azakai@google.com> | 2022-05-12 11:15:04 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-12 11:15:04 -0700 |
commit | 2da18b9016454c86258f7f94cf8536d3309c1ffc (patch) | |
tree | dc2c2e5764733a594fe70ec494e6e38b72b4d268 /src/pass.h | |
parent | c458c47557981ad7839954d29e8951c3f02b91ef (diff) | |
download | binaryen-2da18b9016454c86258f7f94cf8536d3309c1ffc.tar.gz binaryen-2da18b9016454c86258f7f94cf8536d3309c1ffc.tar.bz2 binaryen-2da18b9016454c86258f7f94cf8536d3309c1ffc.zip |
Costs: Increase cost of casts (#4661)
Casts involve branches in the VM, so adding a cast in return for removing a branch
(like If=>Select) is not beneficial. We don't want to ever do any more casts than we
already are.
Diffstat (limited to 'src/pass.h')
0 files changed, 0 insertions, 0 deletions