This is the mail archive of the gcc@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] Merging with bnw-simple


On Tue, 24 Sep 2002 13:28:23 -0400, "Frank Ch. Eigler" <fche@redhat.com> wrote:

> dnovillo wrote:
>> Now that we have a working version of the re-designed tree IR, we
>> have to think about merging it with tree-ssa.  [...]
>> 
>> 1- Merge the changes into tree-ssa-branch directly.  This will
>>    likely break all the current tree optimizers and mudflap.  [...]
>
> From the mudflap perspective, this is okay with me, as long as
> "-fdisable-simple -fmudflap" continues to work.

It doesn't at the moment (i.e on bnw-simple-branch), but it could.
Currently the C frontend genericizes its trees at the end of
finish_function, but this could be conditioned on flag_disable_simple.

Jason


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