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: PR 10776


On Sat, Jan 10, 2004 at 07:12:29PM +0100, Jan Hubicka wrote:
> Since the test is inherently quadratic it appears to make sense to
> simply limit number of memory locations considered.  This patch makes
> the testcase at -O1 to compile in 22 seconds.  Changing the value to 10
> (instead of 500 locations) reduce it to 17 seconds.

Huh?  It still takes > 600 seconds here.  It's all spent in reload
proper, and not in cselib.



r~


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