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] More cleanups, this time for tree-cfg


On Wed, 2003-07-23 at 11:13, Steven Bosscher wrote:
> This patch eliminates all direct uses of the dom_children field in the
> tree bb annotation.  Bootstrapped on i686-pc-linux-gnu, testing in
> progress.  OK?
> 
OK, I guess.  I'm ambivalent wrt preventing direct access of structure
fields.  It doesn't buy us much and introduce gratuitous function
calls.  This is C, after all.


Diego.


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