Ah that's what you mean. In the (far?) future the compiler will prevent these forms of dangerous aliasing. For now the tip is:
Compile with `--mm:orc -d:useMalloc` and use valgrind to find all these bugs quickly and deterministically.
Ah that's what you mean. In the (far?) future the compiler will prevent these forms of dangerous aliasing. For now the tip is:
Compile with `--mm:orc -d:useMalloc` and use valgrind to find all these bugs quickly and deterministically.