In the
wiki, it says that memory is sequentially consistent across cores. Everything happens in order according to the program. Is this in-order according to the genAsm or just the conAsm? Is it guaranteed no reordering happens during conversion to conAsm? It seems like that would prevent some types of optimization. If it doesn't, are there fence instructions for the genAsm that are "optimized out" in the conAsm?
Also, do you plan to release any details of the atomic model for the Mill in general?