diff options
author | Alon Zakai <azakai@google.com> | 2024-06-26 08:10:52 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-26 08:10:52 -0700 |
commit | d6b4f0107a32066e7f3efbb4e9eb518ddcd914f5 (patch) | |
tree | 7226959f92102f167850af9170bbb38112131a17 /src/tools/fuzzing/fuzzing.cpp | |
parent | 654ee6e2504f11fb0e982a2cf276bafa750f694b (diff) | |
download | binaryen-d6b4f0107a32066e7f3efbb4e9eb518ddcd914f5.tar.gz binaryen-d6b4f0107a32066e7f3efbb4e9eb518ddcd914f5.tar.bz2 binaryen-d6b4f0107a32066e7f3efbb4e9eb518ddcd914f5.zip |
[WasmGC] Heap2Local: Optimize RefEq (#6703)
If an allocation does not escape, then we can compute ref.eq for it: when
compared to itself the result is 1, and when compared to anything else it
is 0 (since it did not escape, anything else must be different).
Diffstat (limited to 'src/tools/fuzzing/fuzzing.cpp')
0 files changed, 0 insertions, 0 deletions