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: [tree-ssa] Removal of gotos from cfg based ir


In message <1068818613.2305.29.camel@p4>, Andrew MacLeod writes:
 >I simply dont see a significant win for this kind of representation. I
 >can't beleive that changing GOTO's and labels are that much of a
 >headache when you want to change program flow. That seems like fairly
 >minor work.
I don't see it as a huge win either.

I will note that if we don't go with Zdenek's solution, then we should
really consider "outlawing" direct changes to statements which change
control flow and force them to all occur through routines which keep
the CFG up-to-date.

jeff


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