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: [dataflow] Provide a blockage insn for targets that don't have it


On Thursday 22 February 2007 19:29, Andrew Haley wrote:
> Ian Lance Taylor writes:
>  > Paolo Bonzini <paolo.bonzini@lu.unisi.ch> writes:
>  > > This patch provides a gen_blockage routine for targets that don't have
>  > > a blockage insn.  This is implemented as a dummy `asm ("")'
>  > > instruction. Unlike previous code that used ASM_INPUT in this way,
>  > > this instruction is made volatile so that it is not deleted by the DCE
>  > > pass.
>  >
>  > I don't have any particular objections to this patch, but does anybody
>  > know why we have machine specific blockage insns?  Isn't blockage a
>  > relatively machine independent concept?
>
> I've never understood this either.
>
> Anyway, while we're talking about blockages, can you (or anyone)
> please have a look at
>
> http://gcc.gnu.org/ml/gcc-patches/2007-02/msg01143.html
>
> All this patch does is move a blockage insn to the right place.

Isn't one approval enough?  ;-)

http://gcc.gnu.org/ml/gcc-patches/2007-02/msg01712.html

Gr.
Steven



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