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

[Bug tree-optimization/18133] computed gotos are not folded back to regular gotos when it is found that they are not computed gotos at all


------- Additional Comments From stevenb at suse dot de  2005-01-24 20:59 -------
Subject: Re:  computed gotos are not folded back to regular gotos when it is found that they are not computed gotos at all

> Some people do not want to see DOM getting bigger and bigger,

That includes me, but ...

> I don't think extending the jump
> threader is all that difficult or dirty, either.

...which is a very strong argument for just making DOM handle this.

My understanding is thatin the end DOM will mostly be just a threader,
and threading through computed jumps is part of that.  That the existing
threader can already handle this is bonus.



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18133


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