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: PATCH: PR target/46519: Missing vzeroupper


On Tue, Jan 4, 2011 at 4:09 PM, Mark Mitchell <mark@codesourcery.com> wrote:
> On 1/4/2011 4:06 PM, H.J. Lu wrote:
>
>> Enhance the DF infrastructure is beyond my resources. ?I
>> will take a look at the DF algorithm.
>
> Wikipedia (or any good compiler book) should have a good description of
> the appropriate work-list based algorithms. ?The basic idea is that you
> walk the BB tree in the right order (starting at the entry blocks),
> adding successor blocks to the worklist whenever you change a block.
>

Are there any existing GCC passes which implement their own data-flow
analysis?

Thanks.

-- 
H.J.


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