Re: Thread question (volatile needed?)
Re: Thread question (volatile needed?)
- Subject: Re: Thread question (volatile needed?)
- From: Manfred Lippert <email@hidden>
- Date: Wed, 11 Jun 2003 16:55:06 +0200
However, the compiler is not allowed to move code around if the result
is not semantically equivalent, and since the compiler can't know what
it happens in message-sends, such sends tend to be "synchronization
points".
Ah, yes! Thanks. So my code is safe even without a volatile declaration
or such things.
The code works fine, but I just want to be sure about this, but now it
is obvious to me. It's all right.
Bye,
Mani
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.