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]

Re: Add more tree dump options, remove inconsistencies


On 04-Jun-2001, Nathan Sidwell <nathan@codesourcery.com> wrote:
> 4) rather than `preoptimize' & `postoptimize' I've named them `raw' &
> `cooked'. If you have a better suggestion, please make it.

`raw' and `cooked' are definitely much worse, IMHO.
`preoptimize' and `postoptimize' were much clearer.

If you really want something more concise,
I'd suggest `orig' for the initial tree and `opt' for the
tree after optimization.  This scales a little better when
additional passes are inserted; the initial tree is named
`orig', and each susequent tree is named after the pass that
produced it.


-- 
Fergus Henderson <fjh@cs.mu.oz.au>  |  "I have always known that the pursuit
                                    |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.


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