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: GCC Status Report (2004-03-09)


    The testcases we have show problems with writes with /u followed by
    writes without /u, and with your scheme I think we would have problems
    with writes without /u followed by reads with /u.  In both cases,
    there is no conflict according to the manual.

The manual's description of /u is ambiguous at best and wrong at worst.

A /u write is supposed to conflict with both /u and non-/u reads.  But there's
only supposed to be one /u write per memory location.


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