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 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.

Thank you,

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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