This is the mail archive of the gcc@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]

instruction sync -- need to preserve order


Hi,

How can I make sure that gcc does not schedule instructions across a
memory barrier?? I am porting a threads library from AIX to PPC Linux,
and on AIX, the compiler has a build-in instruction that allows me to
do that.

Thanks,
Rayson



__________________________________________________
Do You Yahoo!?
Send your FREE holiday greetings online!
http://greetings.yahoo.com


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