Hello All:
Since the prefetch instruction have no direct consumers in the code stream,
they provide considerable freedom to the
Instruction scheduler. They are typically assigned lower priorities than most
of the instructions in the code stream.
This tends to cause all the prefetch instruction
On 05/12/2014 23:47, Jakub Jelinek wrote:
> On Fri, Dec 05, 2014 at 11:34:28PM +0100, Dominique Dhumieres wrote:
>>> As I've tried to explain, that is IMHO wrong though.
>>> If what you are after is the -B stuff too, then perhaps:
>>> ...
>>
>> Sorry but it does not work:
>
> Sorry, make that (j
Jakub,
I would like to backport this fixincludes patch to the GCC 4.8 branch.
https://gcc.gnu.org/ml/gcc-patches/2013-08/msg01975.html
Thanks, David
On Fri, Dec 12, 2014 at 7:17 PM, Jakub Jelinek wrote:
> On Fri, Dec 12, 2014 at 04:51:21PM -0500, David Edelsohn wrote:
>> GCC 4.8 branch has de
On Sat, Dec 13, 2014 at 08:24:48AM -0500, David Edelsohn wrote:
> Jakub,
>
> I would like to backport this fixincludes patch to the GCC 4.8 branch.
>
> https://gcc.gnu.org/ml/gcc-patches/2013-08/msg01975.html
Ok.
Jakub
> On Dec 13, 2014, at 5:22 AM, Ajit Kumar Agarwal
> wrote:
>
> Hello All:
>
> Since the prefetch instruction have no direct consumers in the code stream,
> they provide considerable freedom to the
> Instruction scheduler. They are typically assigned lower priorities than most
> of the inst