On 6/4/25 12:11, Cristian Rodríguez wrote: > Shouldn't this be a compiler builtin that the compiler promises > *never* to remove or reorder under any circumstances? No, as the compiler can remove the builtin if it can prove that the storage is never set or used.