On 09/03/2014 05:54 PM, Vitaly Davidovich wrote: > Also I thought the memord recorded in the node (also) prevents compiler > from reordering the stores. So even if AArch64 cpu doesn't reorder, what > would prevent compiler reordering? What reordering do you wish to prevent? The store can't happen before the object has been created. Andrew.