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]

Re: Memory dependence


On Tue, Jun 11, 2013 at 7:07 AM, shmeel gutl
<shmeelgutl@shmuelhome.mine.nu> wrote:
> In the architecture that I am using, there is a big pipeline penalty for
> read after write to the same memory location. Is it possible to tell the
> difference between a possible memory conflict and a definite memory
> conflict?

Not with existing API on the RTL level.  But the RTL dependence checking
code has "must" and "may" pieces that could be factored out.

Richard.


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