On 6/6/23 22:46, Richard Henderson wrote:
Two recent regressions, both related to recent tcg changes.Our CI does not test TCI with --enable-debug-tcg, which given timeout constraints is probably correct, but in this case resulted in an infinite loop on aarch64 multiarch/memory.c with FEAT_LSE2 enabled.
To expand on that: with --enable-debug-tcg, assertions fire and catch the bug; without the assertions, the generated bytecode is incorrect, which leads to the loop.
r~