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]
Other format: [Raw text]

Re: [PATCH] PR middle-end/18293: Fast-path expand_mult for 2^N


On Wednesday, December 8, 2004, at 10:33 AM, Ian Lance Taylor wrote:
An interesting idea, and dead easy to implement 80% of it.  Try
replacing the .c.o rule in gcc/Makefile.in with this.  This is
untested, and I think it should only be enabled with some configure
switch.

Well, if you're going to all that effort to do it, I'll have to test it out and collect some numbers.


Originally I want thinking just doing this for files that had tm.h in the dependancy chain, as I know those hurt the most.

Thanks.


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