Deprecate -Zmiri-allow-ptr-int-transmute? #2188
Labels
A-interpreter
Area: affects the core interpreter
A-intptrcast
Area: affects int2ptr and ptr2int casts
C-cleanup
Category: cleaning up our code
I would love to deprecate and remove -Zmiri-allow-ptr-int-transmute sooner rather than later. That would let us do some nice cleanup in the interpreter: we could remove the
ptr_from_addr_transmute
hook, which meansscalar_to_ptr
does not need access to theInterpCx
any more, so we can just make it a method onScalar
.The text was updated successfully, but these errors were encountered: