On Fri Jun 9 09:56:12 2023 +0000, Giovanni Mascellani wrote:
I don't feel really enthusiastic about this either. I guess it can help, but maybe valgrind can catch this kind of problems with even better tooling? (incidentally, with this change valgrind's job becomes harder)
Valgrind already misses this, because we zero-initialize instructions (and we probably want to keep doing that). We could use valgrind escapes to mark it as uninitialized, though.