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 inlining



> Just because I couldn't find a simple way to make them independent of
> language.  I figured whoever found them important would eventually run
> into the problem they were supposed to expose and find some way to
> implement them in a language-independent manner.

Those checks were there to save hours of debugging; the problem that
arises comes from messing up tree inlining in subtle ways, often in
huge programs.  Those checks let you know what's gone wrong quickly.
So, we've lost some important functionality.

Please create hooks for them so that we can re-enable these checks.

Thanks,

--
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]