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]: Add -fno-tree-reassoc to "fix" PR target/27855


On Mon, Jul 09, 2007 at 08:12:13PM +0200, Uros Bizjak wrote:
> Hello!
> 
> The problem with current reassociation pass is, that it produces 
> significantly slower code for various tight matrix multiplication loops. 
> One example is taken from PR target/27855 and I was trying to test the 
> code, produced with current gcc mainline.
> 
> The tests were performed on core2 in 64bit mode, using '-DREPS=10000 -O3 
> -msse3 -march=core2 -ffast-math' flags, with and without newly 
> introduced -fno-tree-reassoc flag.
> 
> The results were _interesting_, showing extreme differences in the run 
> times:
> 

Can you try the patch:

http://gcc.gnu.org/bugzilla/attachment.cgi?id=13656

in

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32183


H.J.


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