This is the mail archive of the gcc-patches@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: fix libgomp miscompilation on ppc64


On Jan 24, 2006, at 3:53 PM, Richard Henderson wrote:
As discussed elsewhere, provides another way for memory barriers
to have memory barrier semantics

+#define ALIAS_SET_MEMORY_BARRIER ((HOST_WIDE_INT) -1)

Random thought for the day, can this be used for stack slot reuse when unions are involved and -Os is given to shrink the stack space required and yet still get the impossible to conflict stack slots to then conflict?



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