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] Re-enable DFA and SSA passes [patch]


On Thu, 10 Oct 2002 15:00:14 -0400, Diego Novillo <dnovillo@redhat.com> wrote:

> - Uses an unused bit field from tree_common to mark trees that
>   have not been gimplified.  This is a temporary hack that we
>   need to remove before merging into mainline.  It's needed to
>   avoid the optimizers touching trees that we cannot gimplify
>   (builtins, for instance).

Why doesn't the tree_flags approach work anymore?

> - When removing the SSA structures, the whole function tree is
>   traversed stripping every tree of any annotations.

Because of this, I suppose.  Why is this necessary?

Jason


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