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]

Re: Tree inlining for the C front end (part 3 of 3)


On Tue, Sep 25, 2001 at 07:56:58AM -0400, Daniel Berlin wrote:
> Not doing performance testing on patches specifically meant to improve 
> performance (Otherwise, why the heck are we doing tree inlining at all?) 

So that we can get rid of the god-awful rtl inliner and the
nasty problems that are caused by generating rtl under one
set of circumstances and trying to recognize the rtl under
another set of circumstances.

One example: ENCODE_SECTION_INFO modifies SYMBOL_RTX in place,
which may change how predicates such as local_symbolic_operand
or global_symbolic_operand react.


r~


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