This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Sequenced-Before for g++ 4.1.2?


Hei Chan <structurechart@yahoo.com> writes:

> I probably misinterpreted what you meant about "globally visible
> memory". I thought you meant that all threads would see the same
> copy. What does "globally visible memory" refer to?

Yes, sorry, that was kind of ambiguous.  When I wrote "globally visible
memory" I meant a global variable or a memory location to which a global
variable points, perhaps indirectly.  E.g., if g is a global variable,
then g[1]->p1->p2 counts as globally visible.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]