This is the mail archive of the gcc@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]

Re: Analysis of Brad's GCSE problem with computed gotos


On Tue, Dec 05, 2000 at 04:58:12PM -0500, Brad Lucier wrote:
> Tony Hosking explained to me yesterday that to prevent incorrect code
> generation one needs to make either a precise flow analysis (which may
> be effectively impossible with abnormal critical edges), which allows
> the most optimization, or an imprecise but conservative flow analysis,
> which allows correct but imperfect optimization.

Um, no.  One must have precise flow analysis in order to do these
sorts of optimizations _at all_.

But just because you have an exact flow graph doesn't mean that 
you can necessarily modify it arbitrarily.   And that is our 
problem with abnormal edges -- they cannot be split.


r~

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