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: [PATCH] Tree based inlining fix


On Fri, Jan 26, 2001 at 07:55:47PM +0100, Jakub Jelinek wrote:
> I did not want to modify cp/optimize.c for this because it would slow down
> things to check whether we are in lhs or rhs of MODIFY_EXPRs and only
> replace rhs with constants.

I'd rather we fixed the inliner.  We're going to want to process
these trees much heavier in the future, and we'll again run into 
the problem of having incorrect stuff here.


r~

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