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: how to cast away 'volatile'?


> From: "Kevin P. Fleming"
> Newsgroups: gmane.comp.gcc.help
> Subject: Re: how to cast away 'volatile'?
> Date: Tue, 13 Mar 2007 11:25:07 -0500
>
> Ian Lance Taylor wrote:
>> The mutex code itself, assuming it is written correctly, provides the
>> required memory barriers.
>
> OK, that's what I hoped you would say :-) Thanks for the clarification.
>
Maybe articles by Paul McKenney will be helpful on this topic, but
they mainly a hardware/kernel thing:

"Memory Ordering in Modern Microprocessors"
<http://www.linuxjournal.com/user/801277/track>
____


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