diff options
author | Alon Zakai <azakai@google.com> | 2024-03-14 15:06:51 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-14 15:06:51 -0700 |
commit | 17823cdc7f639e889b1be8e028492cd2cd835c43 (patch) | |
tree | a39310271697ced2646de7fe00cd983fba6482c2 /src/ir/ReFinalize.cpp | |
parent | e62653d08bca554d96bb13b9fae1747513b45870 (diff) | |
download | binaryen-17823cdc7f639e889b1be8e028492cd2cd835c43.tar.gz binaryen-17823cdc7f639e889b1be8e028492cd2cd835c43.tar.bz2 binaryen-17823cdc7f639e889b1be8e028492cd2cd835c43.zip |
[Strings] Fix precomputing of StringEq (#6401)
We incorrectly overrode the string operations in the interpreter's subclasses. But
string operations can be implemented in the topmost class there (as they depend on
no module state), so just implement them there, once, in a proper way.
This fixes StringEq by removing its override, and moves the others to the right
place.
Diffstat (limited to 'src/ir/ReFinalize.cpp')
0 files changed, 0 insertions, 0 deletions