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]

Re: Inlining on trees


>>>>> "Richard" == Richard Henderson <rth@cygnus.com> writes:

    Richard> I would like to see such tree-based inlining completely
    Richard> replace the current integrate.c.  I would like to not see
    Richard> us hang on to the old integrator indefinitely, nuking it
    Richard> sooner rather than later.

I disagree, actually.  I'd certainly like to see the new tree-based
inlining working before killing integrate.c.  And, there might still
be reasons why integrate.c might be useful; there are languages (like
Ada and Pascal) that are not yet in the tree but will be at some
point.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


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