Miles Bader wrote:
Andrew MacLeod <[email protected]> writes:-fmemory-model=single - Enable all data races introductions, as they are today. (relax all 4 internal restrictions.)One could still use this mode with a multi-threaded program as long as explicit synchronization is done, right?
Right. Its just a single processor memory model, so it doesn't limit any optimizations.
Andrew
