Can DateTime tear in a 64 bit environment?
From the ECMA specification section “I.12.6.6 Atomic reads and writes” A conforming CLI shall guarantee that read and write access to properly aligned memory locations no larger than the native word size (the size of type native int) is atomic (see §I.12.6.2) when all the write accesses to a location are the same size. Atomic … Read more