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: [RFC] type safe trees


    This would only be an issue if you are using C++ features like exception 
    handling and class definitions that require vtables and 
    constructors/destructors to be handled by the linker.  

Right, that's what I said.

    The proposal was to use only a tiny set of C++ features.

The *current* proposal.  But I think everybody agrees that once we take
that first step, it's going to get easier and easier to add more.  There's
the real question, given human nature, of whether it's best not to take
that first step.

That's basically what I see as the heart of the debate.


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