Instruction scheduler with respect to prefetch instructions.

2014-12-13 Thread Ajit Kumar Agarwal
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

Re: [patch, build] Restore bootstrap in building libcc1 on darwin

2014-12-13 Thread Paolo Bonzini
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

Re: GCC 4.8.4 Status Report (2014-12-12)

2014-12-13 Thread David Edelsohn
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

Re: GCC 4.8.4 Status Report (2014-12-12)

2014-12-13 Thread Jakub Jelinek
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

Re: Instruction scheduler with respect to prefetch instructions.

2014-12-13 Thread Paul_Koning
> 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