From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23293 invoked by alias); 16 Jan 2003 13:36:08 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 23278 invoked by uid 71); 16 Jan 2003 13:36:05 -0000 Date: Thu, 16 Jan 2003 13:36:00 -0000 Message-ID: <20030116133605.23277.qmail@sources.redhat.com> To: ebotcazou@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Amnon Cohen Subject: Re: optimization/9319: slower code generated for simple loop on linux Reply-To: Amnon Cohen X-SW-Source: 2003-01/txt/msg01003.txt.bz2 List-Id: The following reply was made to PR optimization/9319; it has been noted by GNATS. From: Amnon Cohen To: ebotcazou@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org Cc: amnon@verisity.com Subject: Re: optimization/9319: slower code generated for simple loop on linux Date: Thu, 16 Jan 2003 05:30:27 -0800 (PST) --0-462841879-1042723827=:65194 Content-Type: text/plain; charset=us-ascii Content-Id: Content-Disposition: inline Hi ebotcazou, Thanks for getting back to me so fast. I have done a few more tests, and it seems that this is a regression on all platforms (not just intel) introduced by gcc3.1 Note that the while loop in the example is equivalent to for (i=0; igcc321 -v Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.2.1/specs Configured with: ./configure Thread model: posix gcc version 3.2.1 Wheras the old version >gcc3 -v Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.0.3/specs Configured with: ./configure Thread model: single gcc version 3.0.3 I have attached the assembler files (produced by gcc -S loop3.c) The performance is significantly reduced on intel linux and on Solaris (I have not sent solaris asm files, let me know if you need them). So I do not think that this is architecture related Please let me know if you need any more info! - Amnon --- ebotcazou@gcc.gnu.org wrote: > Synopsis: slower code generated for simple loop on > linux > > Responsible-Changed-From-To: unassigned->ebotcazou > Responsible-Changed-By: ebotcazou > Responsible-Changed-When: Thu Jan 16 03:58:11 2003 > Responsible-Changed-Why: > Investigating. > State-Changed-From-To: open->feedback > State-Changed-By: ebotcazou > State-Changed-When: Thu Jan 16 03:58:11 2003 > State-Changed-Why: > Could you provide us with more details ? What > does gcc -v output for each compiler ? Could you > post the assembly code generated for the loop by > each compiler (gcc -O3 -S) ? On what hardware did > you experience the performance hit ? > > http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9319 __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com --0-462841879-1042723827=:65194 Content-Type: application/octet-stream; name="loop3.linux.gcc3.s" Content-Transfer-Encoding: base64 Content-Description: loop3.linux.gcc3.s Content-Disposition: attachment; filename="loop3.linux.gcc3.s" CS5maWxlCSJsb29wMy5jIgoJLnRleHQKCS5hbGlnbiAxNgouZ2xvYmwgbG9v cDMKCS50eXBlCWxvb3AzLEBmdW5jdGlvbgpsb29wMzoKCXB1c2hsCSVlYnAK CXhvcmwJJWVheCwgJWVheAoJbW92bAklZXNwLCAlZWJwCgltb3ZsCTgoJWVi cCksICVlY3gKCXhvcmwJJWVkeCwgJWVkeAoJY21wbAklZWN4LCAlZWF4Cglq Z2UJLkw4CgkucDJhbGlnbiA0Ci5MNToKCWFkZGwJJWVkeCwgJWVheAoJaW5j bAklZWR4CgljbXBsCSVlY3gsICVlZHgKCWpsCS5MNQouTDg6Cglwb3BsCSVl YnAKCXJldAouTGZlMToKCS5zaXplCWxvb3AzLC5MZmUxLWxvb3AzCgkuaWRl bnQJIkdDQzogKEdOVSkgMy4wLjMiCg== --0-462841879-1042723827=:65194 Content-Type: application/octet-stream; name="loop3.linux.gcc321.s" Content-Transfer-Encoding: base64 Content-Description: loop3.linux.gcc321.s Content-Disposition: attachment; filename="loop3.linux.gcc321.s" CS5maWxlCSJsb29wMy5jIgoJLnRleHQKCS5wMmFsaWduIDQsLDE1Ci5nbG9i bCBsb29wMwoJLnR5cGUJbG9vcDMsQGZ1bmN0aW9uCmxvb3AzOgoJcHVzaGwJ JWVicAoJeG9ybAklZWR4LCAlZWR4Cgltb3ZsCSVlc3AsICVlYnAKCW1vdmwJ OCglZWJwKSwgJWVjeAoJeG9ybAklZWF4LCAlZWF4CgkucDJhbGlnbiA0LCwx NQouTDc6CgljbXBsCSVlY3gsICVlZHgKCWpnZQkuTDMKCWFkZGwJJWVkeCwg JWVheAoJaW5jbAklZWR4CglqbXAJLkw3Ci5MMzoKCXBvcGwJJWVicAoJcmV0 Ci5MZmUxOgoJLnNpemUJbG9vcDMsLkxmZTEtbG9vcDMKCS5pZGVudAkiR0ND OiAoR05VKSAzLjIuMSIK --0-462841879-1042723827=:65194--