diff options
author | Thomas Lively <tlively@google.com> | 2024-12-19 17:45:05 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-19 17:45:05 -0800 |
commit | 7c42700738fa9f9aff29dd930e9fd7f6cf71fc29 (patch) | |
tree | 75b8df675e6da753d1209f7b02c9781c8db6cc4e /src/support/string.cpp | |
parent | 74b2b064e59beee84e88afaa952a8c51cf9309a4 (diff) | |
download | binaryen-7c42700738fa9f9aff29dd930e9fd7f6cf71fc29.tar.gz binaryen-7c42700738fa9f9aff29dd930e9fd7f6cf71fc29.tar.bz2 binaryen-7c42700738fa9f9aff29dd930e9fd7f6cf71fc29.zip |
Do not optimize atomic gets in GUFA (#7161)
Conservatively avoid introducing synchronization bugs by not optimizing
atomic struct.gets at all in GUFA. It is possible that we could be more
precise in the future.
Also remove obsolete logic dealing with the types of null values as a
drive-by. All null values now have bottom types, so the type mismatch
this code checked for is impossible.
Diffstat (limited to 'src/support/string.cpp')
0 files changed, 0 insertions, 0 deletions